aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-19 22:10:12 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-19 22:10:12 +0000
commit9cd16b1deab9a2d4c2bae0cecfd3f3bfe13f851a (patch)
treed00cbba7153bb35b467b581bc112f74bdc939bbf /ssl
parent12cd28258d4bab2a89b0b8ebe7127e1e06f3c0fb (diff)
downloadopenssl-9cd16b1deab9a2d4c2bae0cecfd3f3bfe13f851a.tar.gz
We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,
and then didn't support it very well. And that when there already is a useful variable for exactly this kind of thing; EX_LIBS...
Diffstat (limited to 'ssl')
-rw-r--r--ssl/Makefile.ssl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/Makefile.ssl b/ssl/Makefile.ssl
index bca85c6abe..11a19d4de9 100644
--- a/ssl/Makefile.ssl
+++ b/ssl/Makefile.ssl
@@ -17,7 +17,6 @@ MAKEFILE= Makefile.ssl
AR= ar r
# KRB5 stuff
KRB5_INCLUDES=
-LIBKRB5=
CFLAGS= $(INCLUDES) $(CFLAG)