aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-09-10 17:42:17 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-09-10 17:42:17 +0000
commit1da9a06f2daf1285fb82196ec2995c9c32a2e51c (patch)
tree7b9b5f2e1bdf224eb819a0d78f13d0b50f9ca637 /Makefile
parent10d08b8de39401736faf1f37a8c6121cdd6814c8 (diff)
Import OpenSSL 1.0.2t.vendor/openssl/1.0.2t
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1f018f5530c8..2dcdb37ed38c 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
## Makefile for OpenSSL
##
-VERSION=1.0.2s
+VERSION=1.0.2t
MAJOR=1
MINOR=0.2
SHLIB_VERSION_NUMBER=1.0.0
@@ -70,7 +70,7 @@ AR= ar $(ARFLAGS) r
RANLIB= /usr/bin/ranlib
RC= windres
NM= nm
-PERL= /usr/local/bin/perl
+PERL= /usr/bin/perl
TAR= tar
TARFLAGS= --no-recursion
MAKEDEPPROG= gcc