diff options
author | jsing <> | 2014-08-04 15:58:29 +0000 |
---|---|---|
committer | jsing <> | 2014-08-04 15:58:29 +0000 |
commit | 78f1b94786e7a88c2465b014db9000aae8825054 (patch) | |
tree | dc58ebd660bd30d885b18d92e575e57dfabdc2d5 /src/lib/libressl/ressl_internal.h | |
parent | 5ba06d1e6f1d7f0d7316856cdf4b22225fa45513 (diff) | |
download | openbsd-78f1b94786e7a88c2465b014db9000aae8825054.tar.gz openbsd-78f1b94786e7a88c2465b014db9000aae8825054.tar.bz2 openbsd-78f1b94786e7a88c2465b014db9000aae8825054.zip |
Provide a utility function for loading a private/public keypair.
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 c33d4cff2e..0b6a58bf2d 100644 --- a/src/lib/libressl/ressl_internal.h +++ b/src/lib/libressl/ressl_internal.h | |||
@@ -53,6 +53,7 @@ struct ressl { | |||
53 | struct ressl *ressl_new(void); | 53 | struct ressl *ressl_new(void); |
54 | 54 | ||
55 | int ressl_check_hostname(X509 *cert, const char *host); | 55 | int ressl_check_hostname(X509 *cert, const char *host); |
56 | int ressl_configure_keypair(struct ressl *ctx); | ||
56 | int ressl_host_port(const char *hostport, char **host, char **port); | 57 | int ressl_host_port(const char *hostport, char **host, char **port); |
57 | int ressl_set_error(struct ressl *ctx, char *fmt, ...); | 58 | int ressl_set_error(struct ressl *ctx, char *fmt, ...); |
58 | 59 | ||