diff options
author | Bodo Möller <bodo@openssl.org> | 2001-02-19 11:31:04 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2001-02-19 11:31:04 +0100 |
commit | 0f8631495d52ca0248e6ee870acac15a7ec3c038 (patch) | |
tree | 1436290ba57ed0b5069d263a6e6f5b0a384a9956 /crypto/Makefile.ssl | |
parent | Perl code patch contributed by "Kurt J. Pires" <kjpires@iat.com> (diff) | |
download | openssl-0f8631495d52ca0248e6ee870acac15a7ec3c038.tar.xz openssl-0f8631495d52ca0248e6ee870acac15a7ec3c038.zip |
Add uid.{c,o}
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index 7e454bafb1..7697a08a4a 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -34,8 +34,8 @@ SDIRS= md2 md5 sha mdc2 hmac ripemd \ GENERAL=Makefile README crypto-lib.com install.com LIB= $(TOP)/libcrypto.a -LIBSRC= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c -LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o +LIBSRC= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c +LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o SRC= $(LIBSRC) |