summaryrefslogtreecommitdiffstats
path: root/engines/e_capi.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-23 17:16:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-23 17:16:40 +0000
commit7134507de0cc51f08b482987d87b87830816f2a6 (patch)
tree83326e3e8f886da2d3479f0f49101949ec35af53 /engines/e_capi.c
parentfe41d9853c38b578d601e27a7508e69f70b91005 (diff)
Make no-rsa, no-dsa and no-dh compile again.
Diffstat (limited to 'engines/e_capi.c')
-rw-r--r--engines/e_capi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_capi.c b/engines/e_capi.c
index e98946c85a..01ef96b85f 100644
--- a/engines/e_capi.c
+++ b/engines/e_capi.c
@@ -56,12 +56,12 @@
#include <string.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
-#include <openssl/rsa.h>
#include <openssl/bn.h>
#ifdef OPENSSL_SYS_WIN32
#ifndef OPENSSL_NO_CAPIENG
+#include <openssl/rsa.h>
#include <windows.h>