Browse code

remove stale _openssl_get_subject() prototype

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>

Heiko Hund authored on 2012/08/17 18:52:16
Showing 1 changed files
... ...
@@ -73,6 +73,4 @@ int verify_callback (int preverify_ok, X509_STORE_CTX * ctx);
73 73
 
74 74
 /** @} name Function for authenticating a new connection from a remote OpenVPN peer */
75 75
 
76
-char *_openssl_get_subject (X509 *cert, char *buf, int size);
77
-
78 76
 #endif /* SSL_VERIFY_OPENSSL_H_ */