diff options
| author | miod <> | 2014-11-17 20:31:22 +0000 |
|---|---|---|
| committer | miod <> | 2014-11-17 20:31:22 +0000 |
| commit | bfbfc9f97202a8cab8435a93df289559bfa32d7f (patch) | |
| tree | c7f0941adc30ef30ee635c54679ff29bee78f41d /src/lib/libcrypto/crypto/Makefile | |
| parent | 1c596fb88a1bcb37040846b2e74feebb7d15fa27 (diff) | |
| download | openbsd-bfbfc9f97202a8cab8435a93df289559bfa32d7f.tar.gz openbsd-bfbfc9f97202a8cab8435a93df289559bfa32d7f.tar.bz2 openbsd-bfbfc9f97202a8cab8435a93df289559bfa32d7f.zip | |
Add the Cammelia cipher to libcrypto.
There used to be a strong reluctance to provide this cipher in LibreSSL in the
past, because the licence terms under which Cammelia was released by NTT were
free-but-not-in-the-corners, by restricting the right to modify the source
code, as well retaining the right to enforce their patents against anyone
in the future.
However, as stated in http://www.ntt.co.jp/news/news06e/0604/060413a.html ,
NTT changed its mind and made this code truly free. We only wish there had
been more visibility of this, for we could have had enabled Cammelia
earlier (-:
Licence change noticed by deraadt@. General agreement from the usual LibreSSL
suspects.
Crank libcrypto.so minor version due to the added symbols.
Diffstat (limited to 'src/lib/libcrypto/crypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index 0c4db18488..da53155a7a 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.47 2014/11/09 19:17:11 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.48 2014/11/17 20:31:20 miod Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | 4 | ||
| @@ -72,7 +72,7 @@ SRCS+= bn_depr.c bn_const.c bn_x931p.c | |||
| 72 | SRCS+= buffer.c buf_err.c buf_str.c | 72 | SRCS+= buffer.c buf_err.c buf_str.c |
| 73 | 73 | ||
| 74 | # camellia/ | 74 | # camellia/ |
| 75 | #SRCS+= cmll_ecb.c cmll_ofb.c cmll_cfb.c cmll_ctr.c cmll_utl.c | 75 | SRCS+= cmll_cfb.c cmll_ctr.c cmll_ecb.c cmll_ofb.c |
| 76 | 76 | ||
| 77 | # cast/ | 77 | # cast/ |
| 78 | SRCS+= c_skey.c c_ecb.c c_enc.c c_cfb64.c c_ofb64.c | 78 | SRCS+= c_skey.c c_ecb.c c_enc.c c_cfb64.c c_ofb64.c |
