aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-04-17 12:08:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-04-17 12:08:22 +0000
commitc20276e4aef1e716980589c43cf9276abc7ff2b7 (patch)
treedc4f04b4ea1176b86ab6229cd4338b334ad6496d /crypto/evp
parent9ca7047d7141f58b4a4c9e1cdfc0d49301358095 (diff)
downloadopenssl-c20276e4aef1e716980589c43cf9276abc7ff2b7.zip
openssl-c20276e4aef1e716980589c43cf9276abc7ff2b7.tar.gz
openssl-c20276e4aef1e716980589c43cf9276abc7ff2b7.tar.bz2
Fix (most) WIN32 warnings and errors.
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/Makefile2
-rw-r--r--crypto/evp/pmeth_fn.c2
-rw-r--r--crypto/evp/pmeth_gn.c2
-rw-r--r--crypto/evp/pmeth_lib.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/crypto/evp/Makefile b/crypto/evp/Makefile
index 71fbc0c..5f589f2 100644
--- a/crypto/evp/Makefile
+++ b/crypto/evp/Makefile
@@ -45,7 +45,7 @@ LIBOBJ= encode.o digest.o evp_enc.o evp_key.o evp_acnf.o \
SRC= $(LIBSRC)
EXHEADER= evp.h
-HEADER= $(EXHEADER)
+HEADER= evp_locl.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)
diff --git a/crypto/evp/pmeth_fn.c b/crypto/evp/pmeth_fn.c
index 0b97fb5..dbd639b 100644
--- a/crypto/evp/pmeth_fn.c
+++ b/crypto/evp/pmeth_fn.c
@@ -58,8 +58,8 @@
#include <stdio.h>
#include <stdlib.h>
-#include <openssl/objects.h>
#include "cryptlib.h"
+#include <openssl/objects.h>
#include <openssl/evp.h>
#include "evp_locl.h"
diff --git a/crypto/evp/pmeth_gn.c b/crypto/evp/pmeth_gn.c
index 4972d5e..da7d800 100644
--- a/crypto/evp/pmeth_gn.c
+++ b/crypto/evp/pmeth_gn.c
@@ -58,8 +58,8 @@
#include <stdio.h>
#include <stdlib.h>
-#include <openssl/objects.h>
#include "cryptlib.h"
+#include <openssl/objects.h>
#include <openssl/evp.h>
#include "evp_locl.h"
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index d68972c..80a130f 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -58,8 +58,8 @@
#include <stdio.h>
#include <stdlib.h>
-#include <openssl/objects.h>
#include "cryptlib.h"
+#include <openssl/objects.h>
#include <openssl/evp.h>
#include "asn1_locl.h"
#include "evp_locl.h"