diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-25 22:53:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-25 22:53:07 +0000 |
commit | 5fed6029d3b046ab330b8460fbb36bdf088a2327 (patch) | |
tree | a4729e23a0c9ecc1e1bcf479a10c04bdd3d8515f /openssl/trunk/apps | |
parent | 80ebab3fed1ec46e6b6e832c1a6ffd044f3aaa17 (diff) |
Result of running ./Configure (why is there no Makefile.in?)
svn path=/openssl/trunk/Makefile; revision=74
Diffstat (limited to 'openssl/trunk/apps')
-rw-r--r-- | openssl/trunk/apps/CA.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/trunk/apps/CA.pl b/openssl/trunk/apps/CA.pl index a3965ece..1716da82 100644 --- a/openssl/trunk/apps/CA.pl +++ b/openssl/trunk/apps/CA.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/local/bin/perl5 # # CA - wrapper around ca to make it easier to use ... basically ca requires # some setup stuff to be done before you can use it and this makes |