summaryrefslogtreecommitdiff
path: root/lib/minitasn1/int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-02 20:13:18 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-02 20:13:18 +0200
commit8cc987bea13ed1ed8efc90572a711fbc84512687 (patch)
tree42dd90d2d13a92356450c8edaa23f9b836f739c8 /lib/minitasn1/int.h
parent064f9fe191932be96ecfc79fa5accf1eb25142ef (diff)
downloadgnutls-8cc987bea13ed1ed8efc90572a711fbc84512687.tar.gz
Use hash-pjw-bare instead of asn1_bhash().
Diffstat (limited to 'lib/minitasn1/int.h')
-rw-r--r--lib/minitasn1/int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/minitasn1/int.h b/lib/minitasn1/int.h
index 9e6bc89c78..ccc473739f 100644
--- a/lib/minitasn1/int.h
+++ b/lib/minitasn1/int.h
@@ -64,7 +64,6 @@ struct node_asn_struct
#define _asn1_strcmp(a,b) strcmp((const char *)a, (const char *)b)
#define _asn1_strcpy(a,b) strcpy((char *)a, (const char *)b)
#define _asn1_strcat(a,b) strcat((char *)a, (const char *)b)
-uint32_t _asn1_bhash( const void *key, size_t length);
#define MAX_LOG_SIZE 1024 /* maximum number of characters of a log message */