Turn on OPENSSL_NO_DEPRECATED by default.
[openssl.git] / util / mkcerts.sh
index 5f8a1dae73954386a5579992aac2d969353f3858..0184fcb70ece51119842f1c43ec1a9b2671f6f81 100755 (executable)
@@ -1,4 +1,4 @@
-#!bin/sh
+#!/bin/sh
 
 # This script will re-make all the required certs.
 # cd apps
@@ -12,8 +12,8 @@
 #
  
 CAbits=1024
-SSLEAY="../apps/ssleay"
-CONF="-config ../apps/ssleay.cnf"
+SSLEAY="../apps/openssl"
+CONF="-config ../apps/openssl.cnf"
 
 # create pca request.
 echo creating $CAbits bit PCA cert request