From 1e26a8baedbc74036ada80deb16296e7d4eedb18 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Sun, 16 Mar 2008 21:05:46 +0000 Subject: Fix a variety of warnings generated by some elevated compiler-fascism, OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff... --- crypto/pem/pvkfmt.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/pem') diff --git a/crypto/pem/pvkfmt.c b/crypto/pem/pvkfmt.c index 58a7f246ef..b6942420d0 100644 --- a/crypto/pem/pvkfmt.c +++ b/crypto/pem/pvkfmt.c @@ -62,6 +62,9 @@ #include "cryptlib.h" #include #include +#include +#include +#include /* Utility function: read a DWORD (4 byte unsigned integer) in little endian * format -- cgit v1.2.3