diff options
| author | Dan Halbert <halbert@halwitz.org> | 2021-03-18 23:14:43 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2021-03-18 23:14:43 -0400 |
| commit | b2d913412f79c09ddac6e123f0e347117a7580c5 (patch) | |
| tree | 48eb8dbe674559a7618f8c63e4dacbd0ed2ebbeb /shared-bindings/ssl/SSLContext.h | |
| parent | 08c5dbb0033c2f3838d7d52f98d3844a56253f81 (diff) | |
| parent | d0125617fd9b2652faa1f3c9a88277304fcc66c4 (diff) | |
merge from upstream
Diffstat (limited to 'shared-bindings/ssl/SSLContext.h')
| -rw-r--r-- | shared-bindings/ssl/SSLContext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shared-bindings/ssl/SSLContext.h b/shared-bindings/ssl/SSLContext.h index ad4d7e6a8..1e1986a48 100644 --- a/shared-bindings/ssl/SSLContext.h +++ b/shared-bindings/ssl/SSLContext.h @@ -34,9 +34,9 @@ extern const mp_obj_type_t ssl_sslcontext_type; -void common_hal_ssl_sslcontext_construct(ssl_sslcontext_obj_t* self); +void common_hal_ssl_sslcontext_construct(ssl_sslcontext_obj_t *self); -ssl_sslsocket_obj_t* common_hal_ssl_sslcontext_wrap_socket(ssl_sslcontext_obj_t* self, - socketpool_socket_obj_t* sock, bool server_side, const char* server_hostname); +ssl_sslsocket_obj_t *common_hal_ssl_sslcontext_wrap_socket(ssl_sslcontext_obj_t *self, + socketpool_socket_obj_t *sock, bool server_side, const char *server_hostname); #endif // MICROPY_INCLUDED_SHARED_BINDINGS_SSL_SSLCONTEXT_H |
