diff options
author | Stefan Sperling <stsp@apache.org> | 2015-05-01 16:10:23 +0200 |
---|---|---|
committer | Stefan Sperling <stsp@apache.org> | 2015-05-01 16:10:23 +0200 |
commit | bb903996bfd2dedeb35820d7b94de926675f9c41 (patch) | |
tree | ae851fd2063875ae62ee6c25af1f390c73f4d9d4 /modules/ssl/ssl_util_ssl.c | |
parent | mod_ssl namespacing: SSL_read_PrivateKey -> modssl_read_privatekey (diff) | |
download | apache2-bb903996bfd2dedeb35820d7b94de926675f9c41.tar.xz apache2-bb903996bfd2dedeb35820d7b94de926675f9c41.zip |
mod_ssl namespacing: SSL_smart_shutdown -> modssl_smart_shutdown
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/ssl_util_ssl.c')
-rw-r--r-- | modules/ssl/ssl_util_ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssl/ssl_util_ssl.c b/modules/ssl/ssl_util_ssl.c index 63db045cbc..ae8b60e488 100644 --- a/modules/ssl/ssl_util_ssl.c +++ b/modules/ssl/ssl_util_ssl.c @@ -121,7 +121,7 @@ EVP_PKEY *modssl_read_privatekey(const char* filename, EVP_PKEY **key, pem_passw ** _________________________________________________________________ */ -int SSL_smart_shutdown(SSL *ssl) +int modssl_smart_shutdown(SSL *ssl) { int i; int rc; |