aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md2/Makefile.ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-01-18 22:18:38 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-01-18 22:18:38 +0000
commit6c8abdd744ecba1cf06f03bea4a034412c5922dd (patch)
tree0cf16338b54eefe8324742250fb0bcba3e3150db /crypto/md2/Makefile.ssl
parent4a66b7e0b235298716664e570e44428a0e54d196 (diff)
downloadopenssl-6c8abdd744ecba1cf06f03bea4a034412c5922dd.tar.gz
New err_code.pl script to retain old error codes. This should allow the use
of 'make errors' without causing huge re-organisations of files when a new code is added.
Diffstat (limited to 'crypto/md2/Makefile.ssl')
-rw-r--r--crypto/md2/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md2/Makefile.ssl b/crypto/md2/Makefile.ssl
index d8e7200c83..5ea3149438 100644
--- a/crypto/md2/Makefile.ssl
+++ b/crypto/md2/Makefile.ssl
@@ -20,7 +20,7 @@ TEST=md2test.c
APPS=
LIB=$(TOP)/libcrypto.a
-LIBSRC=md2_dgst.c md5_one.c
+LIBSRC=md2_dgst.c md2_one.c
LIBOBJ=md2_dgst.o md2_one.o
SRC= $(LIBSRC)