]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
remove stale _openssl_get_subject() prototype
authorHeiko Hund <heiko.hund@sophos.com>
Fri, 17 Aug 2012 09:52:16 +0000 (11:52 +0200)
committerDavid Sommerseth <davids@redhat.com>
Sun, 2 Sep 2012 18:25:42 +0000 (20:25 +0200)
The _openssl_get_subject() function was removed in commit
00b973f8af85c3ea8fa3cef80eec55e8dc139b27. The functionality
moved to x509_get_subject().

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: 1345197136-24708-1-git-send-email-heiko.hund@sophos.com
URL: http://article.gmane.org/gmane.network.openvpn.devel/6987
Signed-off-by: David Sommerseth <davids@redhat.com>
src/openvpn/ssl_verify_openssl.h

index afd6110b23e3d5145fb245c0507ccada65b61778..5a7e0a198404de3a6b7e7e2570e61639122eab46 100644 (file)
@@ -73,6 +73,4 @@ int verify_callback (int preverify_ok, X509_STORE_CTX * ctx);
 
 /** @} name Function for authenticating a new connection from a remote OpenVPN peer */
 
-char *_openssl_get_subject (X509 *cert, char *buf, int size);
-
 #endif /* SSL_VERIFY_OPENSSL_H_ */