Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-20 01:10:20 +0300
committerRichard Levitte <levitte@openssl.org>2002-12-20 01:10:20 +0300
commite286dfe6edc23fd189e6ee8370440cd79b551961 (patch)
treec683722f30d899d53799ec06f989bc0576701cff /ssl
parent17e3b273e6ac97ce743e74c749e611649f51de1e (diff)
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 db24293ac4..e36a79b2d6 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)