diff options
| author | sthen <> | 2014-04-14 14:50:09 +0000 |
|---|---|---|
| committer | sthen <> | 2014-04-14 14:50:09 +0000 |
| commit | 4372b585fc4498e3ee9138803369c6a3e903550a (patch) | |
| tree | 2983dd43dc8ad4f271e515467509c9f79a24ab1a /src/lib/libcrypto/cryptlib.h | |
| parent | e1a98d27f6001691f6f0f7563ffe50c218f86298 (diff) | |
| download | openbsd-4372b585fc4498e3ee9138803369c6a3e903550a.tar.gz openbsd-4372b585fc4498e3ee9138803369c6a3e903550a.tar.bz2 openbsd-4372b585fc4498e3ee9138803369c6a3e903550a.zip | |
replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@,
makes sense to beck@
Diffstat (limited to '')
| -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 | ||
