Commit c4c2c61e authored by Bodo Möller's avatar Bodo Möller
Browse files

always include <string.h> (we do this in various other header files,

so it can't be bad)

PR: 102
parent 5f3d6f70
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -60,10 +60,7 @@

#include <stdio.h>
#include <stdlib.h>

#if defined(__STDC__) || defined(OPENSSL_SYS_VMS) || defined(M_XENIX) || defined(OPENSSL_SYS_MSDOS)
#include <string.h>
#endif

#ifdef _MSC_VER
# define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)