diff options
author | djm <> | 2013-01-26 06:10:22 +0000 |
---|---|---|
committer | djm <> | 2013-01-26 06:10:22 +0000 |
commit | 692574e51be904b35cfcb2609fd641e93dc8cef7 (patch) | |
tree | 6305c1c4e36b099e146b0bf242578ba0877f0a81 /src/lib/libssl/crypto | |
parent | 3b84eeed9fbdc1aa9a6d368cd52ba021c5cb1860 (diff) | |
download | openbsd-692574e51be904b35cfcb2609fd641e93dc8cef7.tar.gz openbsd-692574e51be904b35cfcb2609fd641e93dc8cef7.tar.bz2 openbsd-692574e51be904b35cfcb2609fd641e93dc8cef7.zip |
remove ACSS, crank libcrypto major; ok markus@ deraadt@
Diffstat (limited to 'src/lib/libssl/crypto')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 8 | ||||
-rw-r--r-- | src/lib/libssl/crypto/shlib_version | 2 |
2 files changed, 2 insertions, 8 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 9f0dbd0263..61250ad49c 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.62 2012/10/13 21:31:50 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.63 2013/01/26 06:10:22 djm Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -46,9 +46,6 @@ CFLAGS+= -I${LCRYPTO_SRC}/modes -I${LCRYPTO_SRC}/asn1 -I${LCRYPTO_SRC}/evp | |||
46 | SRCS+= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c | 46 | SRCS+= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c cpt_err.c |
47 | SRCS+= ebcdic.c uid.c o_time.c o_str.c o_dir.c o_fips.c o_init.c fips_ers.c | 47 | SRCS+= ebcdic.c uid.c o_time.c o_str.c o_dir.c o_fips.c o_init.c fips_ers.c |
48 | 48 | ||
49 | # acss/ | ||
50 | SRCS+= acss_skey.c acss_enc.c | ||
51 | |||
52 | # aes/ | 49 | # aes/ |
53 | SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c | 50 | SRCS+= aes_misc.c aes_ecb.c aes_cfb.c aes_ofb.c |
54 | SRCS+= aes_ctr.c aes_ige.c aes_wrap.c | 51 | SRCS+= aes_ctr.c aes_ige.c aes_wrap.c |
@@ -169,7 +166,6 @@ SRCS+= c_all.c c_allc.c c_alld.c evp_lib.c bio_ok.c | |||
169 | SRCS+= evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c | 166 | SRCS+= evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c |
170 | SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c evp_fips.c | 167 | SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c evp_fips.c |
171 | SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c | 168 | SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c |
172 | SRCS+= e_acss.c # Local addition | ||
173 | 169 | ||
174 | # hmac/ | 170 | # hmac/ |
175 | SRCS+= hmac.c hm_ameth.c hm_pmeth.c | 171 | SRCS+= hmac.c hm_ameth.c hm_pmeth.c |
@@ -293,7 +289,6 @@ SRCS+= v3_asid.c v3_addr.c | |||
293 | 289 | ||
294 | .PATH: ${.CURDIR}/arch/${MACHINE_CPU} \ | 290 | .PATH: ${.CURDIR}/arch/${MACHINE_CPU} \ |
295 | ${LCRYPTO_SRC} \ | 291 | ${LCRYPTO_SRC} \ |
296 | ${LCRYPTO_SRC}/acss \ | ||
297 | ${LCRYPTO_SRC}/aes \ | 292 | ${LCRYPTO_SRC}/aes \ |
298 | ${LCRYPTO_SRC}/asn1 \ | 293 | ${LCRYPTO_SRC}/asn1 \ |
299 | ${LCRYPTO_SRC}/bf \ | 294 | ${LCRYPTO_SRC}/bf \ |
@@ -355,7 +350,6 @@ SRCS+= v3_asid.c v3_addr.c | |||
355 | HDRS=\ | 350 | HDRS=\ |
356 | e_os.h \ | 351 | e_os.h \ |
357 | e_os2.h \ | 352 | e_os2.h \ |
358 | crypto/acss/acss.h \ | ||
359 | crypto/aes/aes.h \ | 353 | crypto/aes/aes.h \ |
360 | crypto/asn1/asn1.h \ | 354 | crypto/asn1/asn1.h \ |
361 | crypto/asn1/asn1_mac.h \ | 355 | crypto/asn1/asn1_mac.h \ |
diff --git a/src/lib/libssl/crypto/shlib_version b/src/lib/libssl/crypto/shlib_version index 83b2480206..629f8a9fc4 100644 --- a/src/lib/libssl/crypto/shlib_version +++ b/src/lib/libssl/crypto/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=21 | 1 | major=22 |
2 | minor=0 | 2 | minor=0 |