diff options
author | 2014-12-06 15:27:45 +0000 | |
---|---|---|
committer | 2014-12-06 15:27:45 +0000 | |
commit | aca8722f4a0e6e03fbe511e7fb25fe0fe1c3d476 (patch) | |
tree | bb28eeee8e26e66b39f061c0d551b62f2f8a1e54 /lib/libssl/ssl_ciph.c | |
parent | Fix some horrible style(9) violations... (diff) | |
download | wireguard-openbsd-aca8722f4a0e6e03fbe511e7fb25fe0fe1c3d476.tar.xz wireguard-openbsd-aca8722f4a0e6e03fbe511e7fb25fe0fe1c3d476.zip |
Remove now bogus comment that got missed in the GOST commit.
Diffstat (limited to 'lib/libssl/ssl_ciph.c')
-rw-r--r-- | lib/libssl/ssl_ciph.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libssl/ssl_ciph.c b/lib/libssl/ssl_ciph.c index 4103099272b..2b64eb7a9a9 100644 --- a/lib/libssl/ssl_ciph.c +++ b/lib/libssl/ssl_ciph.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_ciph.c,v 1.75 2014/12/06 15:25:40 jsing Exp $ */ +/* $OpenBSD: ssl_ciph.c,v 1.76 2014/12/06 15:27:45 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -184,10 +184,7 @@ static const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX] = { static const EVP_MD *ssl_digest_methods[SSL_MD_NUM_IDX] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL }; -/* PKEY_TYPE for GOST89MAC is known in advance, but, because - * implementation is engine-provided, we'll fill it only if - * corresponding EVP_PKEY_METHOD is found - */ + static int ssl_mac_pkey_id[SSL_MD_NUM_IDX] = { EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_GOSTIMIT, EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, |