summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-11 21:51:13 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-11 21:51:13 +0000
commit223063472bc505861f3b8276cb7dd67d474fad22 (patch)
tree86e43301820864497ba2a4f6b6f8e511333579fb
parentea60a862f7482dbf56b318419c3962219c4f027d (diff)
downloadgnutls-223063472bc505861f3b8276cb7dd67d474fad22.tar.gz
*** empty log message ***
-rw-r--r--lib/gnutls_x509.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 409fc58421..876442f728 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -1828,6 +1828,7 @@ int _gnutls_check_x509_key_usage(const gnutls_cert * cert,
return 0;
}
+#ifdef DEBUG
/* Verifies a base64 encoded certificate list from memory
*/
@@ -1920,3 +1921,4 @@ int _gnutls_verify_x509_file( char *cafile)
return _gnutls_verify_x509_mem( x, siz);
}
+#endif