HomeSort by relevance Sort by last modified time
    Searched refs:SSLEAY_CONFIG (Results 1 - 3 of 3) sorted by null

  /external/openssl/apps/
CA.pl 18 # 10-Jan-96 eay Fixed a few more bugs and added the SSLEAY_CONFIG
47 $SSLEAY_CONFIG=$ENV{"SSLEAY_CONFIG"};
50 $REQ="$openssl req $SSLEAY_CONFIG";
51 $CA="$openssl ca $SSLEAY_CONFIG";
CA.pl.in 18 # 10-Jan-96 eay Fixed a few more bugs and added the SSLEAY_CONFIG
47 $SSLEAY_CONFIG=$ENV{"SSLEAY_CONFIG"};
50 $REQ="$openssl req $SSLEAY_CONFIG";
51 $CA="$openssl ca $SSLEAY_CONFIG";
CA.sh 18 # 10-Jan-96 eay Fixed a few more bugs and added the SSLEAY_CONFIG
65 REQ="$OPENSSL req $SSLEAY_CONFIG"
66 CA="$OPENSSL ca $SSLEAY_CONFIG"

Completed in 92 milliseconds