diff options
author | sthen <> | 2014-04-14 14:50:09 +0000 |
---|---|---|
committer | sthen <> | 2014-04-14 14:50:09 +0000 |
commit | c03306dde55b9ef0d2073f1376f36b96f84c0679 (patch) | |
tree | 2983dd43dc8ad4f271e515467509c9f79a24ab1a /src/lib/libcrypto/cryptlib.h | |
parent | 95692a60ee0169e369d59f82504e36ff376e13ba (diff) | |
download | openbsd-c03306dde55b9ef0d2073f1376f36b96f84c0679.tar.gz openbsd-c03306dde55b9ef0d2073f1376f36b96f84c0679.tar.bz2 openbsd-c03306dde55b9ef0d2073f1376f36b96f84c0679.zip |
replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@,
makes sense to beck@
Diffstat (limited to 'src/lib/libcrypto/cryptlib.h')
-rw-r--r-- | src/lib/libcrypto/cryptlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h index a99f3d4614..d1d7cfe80a 100644 --- a/src/lib/libcrypto/cryptlib.h +++ b/src/lib/libcrypto/cryptlib.h | |||
@@ -59,6 +59,7 @@ | |||
59 | #ifndef HEADER_CRYPTLIB_H | 59 | #ifndef HEADER_CRYPTLIB_H |
60 | #define HEADER_CRYPTLIB_H | 60 | #define HEADER_CRYPTLIB_H |
61 | 61 | ||
62 | #include <stdint.h> | ||
62 | #include <stdlib.h> | 63 | #include <stdlib.h> |
63 | #include <string.h> | 64 | #include <string.h> |
64 | 65 | ||