diff options
author | miod <> | 2014-05-01 17:08:57 +0000 |
---|---|---|
committer | miod <> | 2014-05-01 17:08:57 +0000 |
commit | 5f8ea761d91420c8cfa8b231a2fc9d535c42443f (patch) | |
tree | 4a62e3f5ff7cb84aacbf0dab9ab227b35e093ca6 /src/lib | |
parent | 4f9defc5e5552a35f97cb132d9e7b0ddd6e62ad6 (diff) | |
download | openbsd-5f8ea761d91420c8cfa8b231a2fc9d535c42443f.tar.gz openbsd-5f8ea761d91420c8cfa8b231a2fc9d535c42443f.tar.bz2 openbsd-5f8ea761d91420c8cfa8b231a2fc9d535c42443f.zip |
+ e_chacha.c, and bump minor
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/crypto/shlib_version | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/shlib_version | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 20ac4e6a37..5554b0382c 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.29 2014/05/01 13:15:22 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.30 2014/05/01 17:08:57 miod Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -152,6 +152,7 @@ SRCS+= c_all.c c_allc.c c_alld.c evp_lib.c bio_ok.c | |||
152 | SRCS+= evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c | 152 | SRCS+= evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c |
153 | SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c | 153 | SRCS+= e_old.c pmeth_lib.c pmeth_fn.c pmeth_gn.c m_sigver.c |
154 | SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c | 154 | SRCS+= e_aes_cbc_hmac_sha1.c e_rc4_hmac_md5.c |
155 | SRCS+= e_chacha.c | ||
155 | 156 | ||
156 | # hmac/ | 157 | # hmac/ |
157 | SRCS+= hmac.c hm_ameth.c hm_pmeth.c | 158 | SRCS+= hmac.c hm_ameth.c hm_pmeth.c |
diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index c622cb8cdf..72168dfd16 100644 --- a/src/lib/libcrypto/crypto/shlib_version +++ b/src/lib/libcrypto/crypto/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=26 | 1 | major=26 |
2 | minor=0 | 2 | minor=1 |
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index c622cb8cdf..72168dfd16 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=26 | 1 | major=26 |
2 | minor=0 | 2 | minor=1 |