From 7f517c2676103db8123aaad5c722125d936f807c Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 28 Feb 2017 14:55:35 +0000 Subject: Remove some commented out code in libcrypto Reviewed-by: Richard Levitte Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/2774) --- crypto/lhash/lhash.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'crypto/lhash') diff --git a/crypto/lhash/lhash.c b/crypto/lhash/lhash.c index adde832cc4..82de223599 100644 --- a/crypto/lhash/lhash.c +++ b/crypto/lhash/lhash.c @@ -309,11 +309,6 @@ unsigned long OPENSSL_LH_strhash(const char *c) if ((c == NULL) || (*c == '\0')) return (ret); -/*- - unsigned char b[16]; - MD5(c,strlen(c),b); - return(b[0]|(b[1]<<8)|(b[2]<<16)|(b[3]<<24)); -*/ n = 0x100; while (*c) { -- cgit v1.2.3