Author: stsp
Date: Thu Jun 19 11:41:46 2014
New Revision: 1603836

URL: http://svn.apache.org/r1603836
Log:
On the svn-auth-x509 branch:

* subversion/include/x509.h
  (x509_free): Remove declaration, this function has been removed.

Modified:
    subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509.h

Modified: subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509.h
URL: 
http://svn.apache.org/viewvc/subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509.h?rev=1603836&r1=1603835&r2=1603836&view=diff
==============================================================================
--- subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509.h (original)
+++ subversion/branches/svn-auth-x509/subversion/libsvn_subr/x509.h Thu Jun 19 
11:41:46 2014
@@ -186,11 +186,6 @@ extern "C" {
         */
        int x509parse_crt(x509_cert * chain, const unsigned char *buf, int 
buflen);
 
-       /**
-        * \brief          Unallocate all certificate data
-        */
-       void x509_free(x509_cert * crt);
-
 #ifdef __cplusplus
 }
 #endif


Reply via email to