projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90e7f98
)
Wrong include path.
author
Ben Laurie
<ben@links.org>
Thu, 13 Jun 2013 12:26:22 +0000
(13:26 +0100)
committer
Ben Laurie
<ben@links.org>
Thu, 13 Jun 2013 12:26:22 +0000
(13:26 +0100)
crypto/engine/eng_cryptodev.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_cryptodev.c
b/crypto/engine/eng_cryptodev.c
index 5a715aca4f265103343a23ece243924a18560273..71e6fa5de86349b1e97ff48620b332818f9781ab 100644
(file)
--- a/
crypto/engine/eng_cryptodev.c
+++ b/
crypto/engine/eng_cryptodev.c
@@
-55,10
+55,10
@@
ENGINE_load_cryptodev(void)
#include <sys/types.h>
#include <crypto/cryptodev.h>
-#include <
crypto/dh
/dh.h>
-#include <
crypto/dsa
/dsa.h>
-#include <
crypto/err
/err.h>
-#include <
crypto/rsa
/rsa.h>
+#include <
openssl
/dh.h>
+#include <
openssl
/dsa.h>
+#include <
openssl
/err.h>
+#include <
openssl
/rsa.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <stdio.h>