summaryrefslogtreecommitdiff
path: root/lib/nettle/int/tls1-prf.h
diff options
context:
space:
mode:
authorSahana Prasad <sahana@redhat.com>2020-09-14 13:09:00 +0200
committerSahana Prasad <sahana@redhat.com>2020-09-17 13:30:50 +0200
commit8384f82c961be65fee01556b168e3bf1b375e5f5 (patch)
treecd0e6a70aeb5ae0f6b31e39bb28830eee7d6aed0 /lib/nettle/int/tls1-prf.h
parent7a1eed1befab3ea49667bdd24eabe3e5262ec77d (diff)
downloadgnutls-8384f82c961be65fee01556b168e3bf1b375e5f5.tar.gz
Modifies P_hash() to hash the seed and label separately
Thereby not restricting the implementation of prf to MAX_SEED_SIZE MAX_SEED_SIZE is not used anymore Signed-off-by: Sahana Prasad <sahana@redhat.com>
Diffstat (limited to 'lib/nettle/int/tls1-prf.h')
-rw-r--r--lib/nettle/int/tls1-prf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/nettle/int/tls1-prf.h b/lib/nettle/int/tls1-prf.h
index f5d9c82702..e79d1c8639 100644
--- a/lib/nettle/int/tls1-prf.h
+++ b/lib/nettle/int/tls1-prf.h
@@ -25,7 +25,6 @@
#include <nettle/nettle-meta.h>
-#define MAX_SEED_SIZE 200
#define MAX_PRF_BYTES 200
/* Namespace mangling */