summaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-04-08 14:07:39 -0400
committerRich Salz <rsalz@openssl.org>2015-04-08 14:07:39 -0400
commitbe739b0cc05cda920377d3c12c26b2dc6aa44daf (patch)
tree05d659d0be94abded8f5a644542de502bbe49e34 /apps/Makefile
parent5adac91eab78d0ba8b5c84e7c883ae123c28a72b (diff)
Drop CA.sh for CA.pl
Remove CA.sh script and use CA.pl for testing, etc. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 25e197fb46..c7a6094c30 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -31,7 +31,7 @@ LIBSSL=-L.. -lssl
PROGRAM= openssl
-SCRIPTS=CA.sh CA.pl tsget
+SCRIPTS=CA.pl tsget
EXE= $(PROGRAM)$(EXE_EXT)