diff options
author | Jouni Malinen <j@w1.fi> | 2017-12-27 21:19:32 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2017-12-27 21:21:37 (GMT) |
commit | 85c12a62ee167946cecbc065f78d4bb674de16ca (patch) | |
tree | 69238502f468d989a919b9313084fa0e50232e36 /hostapd/Makefile | |
parent | cc3e7bfc3c567fd5bf15b9c7a1e97e5d046f37ea (diff) | |
download | hostap-85c12a62ee167946cecbc065f78d4bb674de16ca.zip hostap-85c12a62ee167946cecbc065f78d4bb674de16ca.tar.gz hostap-85c12a62ee167946cecbc065f78d4bb674de16ca.tar.bz2 |
GnuTLS: Implement sha{256,384,512}_vector() using libgcrypt
Replace the internal SHA256 implementation with the one from libgcrypt
and also add the SHA384 and SHA512 versions.
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'hostapd/Makefile')
-rw-r--r-- | hostapd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hostapd/Makefile b/hostapd/Makefile index cb146da..456c9b4 100644 --- a/hostapd/Makefile +++ b/hostapd/Makefile @@ -689,7 +689,6 @@ SHA1OBJS += ../src/crypto/sha1-internal.o endif LIBS += -lgcrypt LIBS_h += -lgcrypt -CONFIG_INTERNAL_SHA256=y CONFIG_INTERNAL_RC4=y CONFIG_INTERNAL_DH_GROUP5=y endif |