summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ripemd/rmd_locl.h
diff options
context:
space:
mode:
authorBrent Cook <bcook@cvs.openbsd.org>2014-10-20 13:06:55 +0000
committerBrent Cook <bcook@cvs.openbsd.org>2014-10-20 13:06:55 +0000
commitbcad82539542acc3528c59c25491ef55b8130f7a (patch)
treeaadf5b0caccf5f29eed13c33bb45630b6efa5567 /lib/libcrypto/ripemd/rmd_locl.h
parent268c3abe5c185f16e19621c796bf5c4ee553b38e (diff)
digests: *_LONG_LOG2 is not used, stop talking about it.
Modified patch from Dmitry Eremin-Solenikov leave the sole public define in ripemd.h ok deraadt@ miod@
Diffstat (limited to 'lib/libcrypto/ripemd/rmd_locl.h')
-rw-r--r--lib/libcrypto/ripemd/rmd_locl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypto/ripemd/rmd_locl.h b/lib/libcrypto/ripemd/rmd_locl.h
index 0504d048bde..54cce5b6453 100644
--- a/lib/libcrypto/ripemd/rmd_locl.h
+++ b/lib/libcrypto/ripemd/rmd_locl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rmd_locl.h,v 1.11 2014/08/18 19:11:48 bcook Exp $ */
+/* $OpenBSD: rmd_locl.h,v 1.12 2014/10/20 13:06:54 bcook Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -61,10 +61,6 @@
#include <openssl/opensslconf.h>
#include <openssl/ripemd.h>
-#ifndef RIPEMD160_LONG_LOG2
-#define RIPEMD160_LONG_LOG2 2 /* default to 32 bits */
-#endif
-
/*
* DO EXAMINE COMMENTS IN crypto/md5/md5_locl.h & crypto/md5/md5_dgst.c
* FOR EXPLANATIONS ON FOLLOWING "CODE."