From: Ben Laurie <ben@links.org>
Date: Thu, 13 Jun 2013 12:26:22 +0000 (+0100)
Subject: Wrong include path.
X-Git-Tag: OpenSSL_1_0_2-beta1~335
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=933aee6199ab134dac3abb1df46615424bafc718;p=oweals%2Fopenssl.git

Wrong include path.
---

diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c
index 5a715aca4f..71e6fa5de8 100644
--- 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>