diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2018-09-08 14:29:53 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2018-09-08 14:29:53 +0000 |
commit | 609169b6d4d345eb8cee23cfc6a2948e22e3eb9a (patch) | |
tree | 4d62227d3f8dd35614b2cbd03b40e160c77c0eb3 /lib/libssl/ssl_locl.h | |
parent | cc106b6493223091e33a837a755d90a4a8e49e15 (diff) |
SSL_MAX_DIGEST is no longer needed.
Diffstat (limited to 'lib/libssl/ssl_locl.h')
-rw-r--r-- | lib/libssl/ssl_locl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libssl/ssl_locl.h b/lib/libssl/ssl_locl.h index d5680fc14a1..d022d21568c 100644 --- a/lib/libssl/ssl_locl.h +++ b/lib/libssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.214 2018/09/06 16:40:45 jsing Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.215 2018/09/08 14:29:52 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -264,10 +264,6 @@ __BEGIN_HIDDEN_DECLS #define SSL_HANDSHAKE_MAC_STREEBOG256 0x200 #define SSL_HANDSHAKE_MAC_DEFAULT (SSL_HANDSHAKE_MAC_MD5 | SSL_HANDSHAKE_MAC_SHA) -/* When adding new digest in the ssl_ciph.c and increment SSM_MD_NUM_IDX - * make sure to update this constant too */ -#define SSL_MAX_DIGEST 7 - #define SSL3_CK_ID 0x03000000 #define SSL3_CK_VALUE_MASK 0x0000ffff |