From dfb56425b68314b2b57e17c82c1df42e7a015132 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 3 Feb 2015 11:20:56 -0500 Subject: Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp And an uncompiled C++ test file. Also remove srp_lcl.h, with help from Richard. Reviewed-by: Richard Levitte --- crypto/modes/gcm128.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'crypto/modes/gcm128.c') diff --git a/crypto/modes/gcm128.c b/crypto/modes/gcm128.c index 5c75c91f82..1d1b0d9b16 100644 --- a/crypto/modes/gcm128.c +++ b/crypto/modes/gcm128.c @@ -1036,9 +1036,6 @@ int CRYPTO_gcm128_encrypt(GCM128_CONTEXT *ctx, # endif #endif -#if 0 - n = (unsigned int)mlen % 16; /* alternative to ctx->mres */ -#endif mlen += len; if (mlen > ((U64(1) << 36) - 32) || (sizeof(len) == 8 && mlen < len)) return -1; -- cgit v1.2.3