summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cast/cast_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cast/cast_lcl.h')
-rw-r--r--src/lib/libcrypto/cast/cast_lcl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libcrypto/cast/cast_lcl.h b/src/lib/libcrypto/cast/cast_lcl.h
index ec14804fbb..61facd09d8 100644
--- a/src/lib/libcrypto/cast/cast_lcl.h
+++ b/src/lib/libcrypto/cast/cast_lcl.h
@@ -56,11 +56,6 @@
56 * [including the GNU Public Licence.] 56 * [including the GNU Public Licence.]
57 */ 57 */
58 58
59#ifdef OPENSSL_SYS_WIN32
60#include <stdlib.h>
61#endif
62
63
64#undef c2l 59#undef c2l
65#define c2l(c,l) (l =((unsigned long)(*((c)++))) , \ 60#define c2l(c,l) (l =((unsigned long)(*((c)++))) , \
66 l|=((unsigned long)(*((c)++)))<< 8L, \ 61 l|=((unsigned long)(*((c)++)))<< 8L, \