diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 59ae1b5244..275743a6a0 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.78 2015/01/26 13:06:39 jsing Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.79 2015/02/06 01:37:11 reyk Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -1585,7 +1585,7 @@ int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type); | |||
1585 | int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type); | 1585 | int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type); |
1586 | int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type); | 1586 | int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type); |
1587 | int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file); /* PEM type */ | 1587 | int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file); /* PEM type */ |
1588 | int SSL_CTX_use_certificate_chain(SSL_CTX *ctx, void *buf, int len); | 1588 | int SSL_CTX_use_certificate_chain_mem(SSL_CTX *ctx, void *buf, int len); |
1589 | STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file); | 1589 | STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file); |
1590 | int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, | 1590 | int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs, |
1591 | const char *file); | 1591 | const char *file); |