diff options
| author | beck <> | 2014-04-15 17:46:17 +0000 |
|---|---|---|
| committer | beck <> | 2014-04-15 17:46:17 +0000 |
| commit | 399901082925ad76fc2bd5cd8d351a590f3f2989 (patch) | |
| tree | c53c25a15cd89988cef641fa18324c5c6db28fed /src/lib/libcrypto/Attic | |
| parent | 132a4cce42485cfd13bf12c1213cf1a63b5b1da2 (diff) | |
| download | openbsd-399901082925ad76fc2bd5cd8d351a590f3f2989.tar.gz openbsd-399901082925ad76fc2bd5cd8d351a590f3f2989.tar.bz2 openbsd-399901082925ad76fc2bd5cd8d351a590f3f2989.zip | |
Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity
with the bearded ones...
some API's that nobody should be using will dissapear with this commit.
Diffstat (limited to 'src/lib/libcrypto/Attic')
| -rw-r--r-- | src/lib/libcrypto/Attic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Attic/Makefile b/src/lib/libcrypto/Attic/Makefile index aa105e37a2..326915d520 100644 --- a/src/lib/libcrypto/Attic/Makefile +++ b/src/lib/libcrypto/Attic/Makefile | |||
| @@ -35,13 +35,13 @@ GENERAL=Makefile README crypto-lib.com install.com | |||
| 35 | LIB= $(TOP)/libcrypto.a | 35 | LIB= $(TOP)/libcrypto.a |
| 36 | SHARED_LIB= libcrypto$(SHLIB_EXT) | 36 | SHARED_LIB= libcrypto$(SHLIB_EXT) |
| 37 | LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c cpt_err.c \ | 37 | LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c cpt_err.c \ |
| 38 | ebcdic.c uid.c o_time.c o_str.c o_dir.c o_fips.c o_init.c fips_ers.c | 38 | uid.c o_time.c o_str.c o_dir.c o_fips.c o_init.c fips_ers.c |
| 39 | LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o ebcdic.o \ | 39 | LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o \ |
| 40 | uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o fips_ers.o $(CPUID_OBJ) | 40 | uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o fips_ers.o $(CPUID_OBJ) |
| 41 | 41 | ||
| 42 | SRC= $(LIBSRC) | 42 | SRC= $(LIBSRC) |
| 43 | 43 | ||
| 44 | EXHEADER= crypto.h opensslv.h opensslconf.h ebcdic.h symhacks.h \ | 44 | EXHEADER= crypto.h opensslv.h opensslconf.h symhacks.h \ |
| 45 | ossl_typ.h | 45 | ossl_typ.h |
| 46 | HEADER= cryptlib.h buildinf.h md32_common.h o_time.h o_str.h o_dir.h $(EXHEADER) | 46 | HEADER= cryptlib.h buildinf.h md32_common.h o_time.h o_str.h o_dir.h $(EXHEADER) |
| 47 | 47 | ||
