GH614: Use memcpy()/strdup() when possible
[openssl.git] / crypto / dso / dso_openssl.c
index 27b7d559fa8dcb809db15945ae506aa04bbccfae..5aa0536edc8505364c7317f7108c69af7c292974 100644 (file)
@@ -1,4 +1,3 @@
-/* dso_openssl.c */
 /*
  * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
  * 2000.
@@ -58,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include <openssl/dso.h>
 
 /* We just pinch the method from an appropriate "default" method. */