Reorganize private crypto header files
[openssl.git] / crypto / evp / p_sign.c
index c1b0d3acda0e3f843ad7e30988bca0d345fb34f3..44a69083b21920b4aab73990a0f5c09a43bcddc6 100644 (file)
@@ -12,7 +12,7 @@
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/x509.h>
-#include "internal/evp_int.h"
+#include "crypto/evp.h"
 
 int EVP_SignFinal(EVP_MD_CTX *ctx, unsigned char *sigret,
                   unsigned int *siglen, EVP_PKEY *pkey)