diff options
Diffstat (limited to 'src/lib/libressl/ressl.h')
| -rw-r--r-- | src/lib/libressl/ressl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libressl/ressl.h b/src/lib/libressl/ressl.h index 766335aa0c..e7e0a9c51b 100644 --- a/src/lib/libressl/ressl.h +++ b/src/lib/libressl/ressl.h | |||
| @@ -36,7 +36,7 @@ void ressl_config_set_verify_depth(struct ressl_config *config, | |||
| 36 | void ressl_config_insecure_no_verify(struct ressl_config *config); | 36 | void ressl_config_insecure_no_verify(struct ressl_config *config); |
| 37 | void ressl_config_verify(struct ressl_config *config); | 37 | void ressl_config_verify(struct ressl_config *config); |
| 38 | 38 | ||
| 39 | struct ressl *ressl_new(void); | 39 | struct ressl *ressl_client(void); |
| 40 | int ressl_configure(struct ressl *ctx, struct ressl_config *config); | 40 | int ressl_configure(struct ressl *ctx, struct ressl_config *config); |
| 41 | void ressl_reset(struct ressl *ctx); | 41 | void ressl_reset(struct ressl *ctx); |
| 42 | void ressl_free(struct ressl *ctx); | 42 | void ressl_free(struct ressl *ctx); |
