]> granicus.if.org Git - apache/commit
mod_ssl namespacing: Make SSL_ASN1_STRING_to_utf8 a static function inside
authorStefan Sperling <stsp@apache.org>
Fri, 1 May 2015 14:28:59 +0000 (14:28 +0000)
committerStefan Sperling <stsp@apache.org>
Fri, 1 May 2015 14:28:59 +0000 (14:28 +0000)
commit998507fd2c80bddc7435794ec720b72a7a098f1d
tree023d353159505fd8476e6987357db582d16279b1
parent35296edace9b08a184e13cc9a8b86e41e565b0fa
mod_ssl namespacing: Make SSL_ASN1_STRING_to_utf8 a static function inside
ssl_util_ssl.c (no callers outside this file). The new static function name
chosen is convert_asn1_to_utf8, based on the assumption that neither SSL_
nor ASN1_ are safe prefixes to use without potential future overlap.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677149 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_util_ssl.c
modules/ssl/ssl_util_ssl.h