diff options
| author | jsing <> | 2014-08-04 16:18:42 +0000 |
|---|---|---|
| committer | jsing <> | 2014-08-04 16:18:42 +0000 |
| commit | bae0ded549246a65bd4f1aa700f406c50e27a5c4 (patch) | |
| tree | 27862ac7cadb44f277ca910c18c9293337888dd7 /src/lib/libressl/ressl_internal.h | |
| parent | 1d3e00084707ca014c8c119ee28744296ad0622d (diff) | |
| download | openbsd-bae0ded549246a65bd4f1aa700f406c50e27a5c4.tar.gz openbsd-bae0ded549246a65bd4f1aa700f406c50e27a5c4.tar.bz2 openbsd-bae0ded549246a65bd4f1aa700f406c50e27a5c4.zip | |
A ressl server needs different configuration from a ressl client - provide
a specific server configuration function and call this from
ressl_configure.
Diffstat (limited to 'src/lib/libressl/ressl_internal.h')
| -rw-r--r-- | src/lib/libressl/ressl_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libressl/ressl_internal.h b/src/lib/libressl/ressl_internal.h index 75ca11dd02..44d098b4b3 100644 --- a/src/lib/libressl/ressl_internal.h +++ b/src/lib/libressl/ressl_internal.h | |||
| @@ -56,6 +56,7 @@ struct ressl *ressl_server_conn(struct ressl *ctx); | |||
| 56 | 56 | ||
| 57 | int ressl_check_hostname(X509 *cert, const char *host); | 57 | int ressl_check_hostname(X509 *cert, const char *host); |
| 58 | int ressl_configure_keypair(struct ressl *ctx); | 58 | int ressl_configure_keypair(struct ressl *ctx); |
| 59 | int ressl_configure_server(struct ressl *ctx); | ||
| 59 | int ressl_host_port(const char *hostport, char **host, char **port); | 60 | int ressl_host_port(const char *hostport, char **host, char **port); |
| 60 | int ressl_set_error(struct ressl *ctx, char *fmt, ...); | 61 | int ressl_set_error(struct ressl *ctx, char *fmt, ...); |
| 61 | 62 | ||
