summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-02-22 19:29:03 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-02-22 19:29:03 +0000
commit97423c2427b58e79b3dce15de4e2cb4dd6e04809 (patch)
tree22baaee7a09d5146e113c92d69255ff9c9ad6a94 /lib
parent4a51664dc62f06db446613682db9538f9790dc15 (diff)
downloadgnutls-97423c2427b58e79b3dce15de4e2cb4dd6e04809.tar.gz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_x509.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 327502579e..5591a7d5e1 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -1809,7 +1809,6 @@ int _gnutls_check_x509_key_usage(const gnutls_cert * cert,
}
-#ifdef DEBUG
/* Verifies a base64 encoded certificate list from memory
*/
int _gnutls_verify_x509_mem( const char *ca, int ca_size)
@@ -1901,4 +1900,3 @@ int _gnutls_verify_x509_file( char *cafile)
return _gnutls_verify_x509_mem( x, siz);
}
-#endif