summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_util_ssl.h
diff options
context:
space:
mode:
authorStefan Sperling <stsp@apache.org>2015-05-01 16:34:38 +0200
committerStefan Sperling <stsp@apache.org>2015-05-01 16:34:38 +0200
commit1e4c1e7fd21bc2f1814efe6b181e879639cf0ccd (patch)
treef9d832afc44c1d4701c94f9b5d86c0b292c81c19 /modules/ssl/ssl_util_ssl.h
parentmod_ssl namespacing: Rename SSL_X509_NAME_ENTRY_to_string to (diff)
downloadapache2-1e4c1e7fd21bc2f1814efe6b181e879639cf0ccd.tar.xz
apache2-1e4c1e7fd21bc2f1814efe6b181e879639cf0ccd.zip
mod_ssl namespacing: SSL_X509_NAME_to_string -> modssl_X509_NAME_to_string
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/ssl_util_ssl.h')
-rw-r--r--modules/ssl/ssl_util_ssl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssl/ssl_util_ssl.h b/modules/ssl/ssl_util_ssl.h
index e9ade85dc3..e1872f2937 100644
--- a/modules/ssl/ssl_util_ssl.h
+++ b/modules/ssl/ssl_util_ssl.h
@@ -64,7 +64,7 @@ EVP_PKEY *modssl_read_privatekey(const char *, EVP_PKEY **, pem_password_cb *,
int modssl_smart_shutdown(SSL *ssl);
BOOL modssl_X509_getBC(X509 *, int *, int *);
char *modssl_X509_NAME_ENTRY_to_string(apr_pool_t *p, X509_NAME_ENTRY *xsne);
-char *SSL_X509_NAME_to_string(apr_pool_t *, X509_NAME *, int);
+char *modssl_X509_NAME_to_string(apr_pool_t *, X509_NAME *, int);
BOOL SSL_X509_getSAN(apr_pool_t *, X509 *, int, int, apr_array_header_t **);
BOOL SSL_X509_getIDs(apr_pool_t *, X509 *, apr_array_header_t **);
BOOL SSL_X509_match_name(apr_pool_t *, X509 *, const char *, BOOL, server_rec *);