summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-30 16:56:05 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-30 16:56:05 +0100
commit579415de5426b5b5e07b32c4ccffb7ed36facf9c (patch)
treece84f94d82a77de42eff255025eee8f87d862d0d /include
parente65780782aa41df5023410f64d5bb7a7cb3b2888 (diff)
Remove the #ifndef OPENSSL_SYS_VMS around SSL_add_dir_cert_subjects_to_stack
It served a purpose, but not any more. Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ssl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 0b9e5d7dff..8d82a6e0c1 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -1429,10 +1429,8 @@ __owur int SSL_use_certificate_chain_file(SSL *ssl, const char *file);
__owur STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file);
__owur int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs,
const char *file);
-# ifndef OPENSSL_SYS_VMS
int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs,
const char *dir);
-# endif
void SSL_load_error_strings(void);
__owur const char *SSL_state_string(const SSL *s);