diff options
author | reyk <> | 2014-04-13 18:31:41 +0000 |
---|---|---|
committer | reyk <> | 2014-04-13 18:31:41 +0000 |
commit | 26de2d98da4c165037bbc9cf0bc0c9734760a865 (patch) | |
tree | d2fdaf6f2c0561c642436310ad835b2bdeaf061e /src/lib/libcrypto/engine/engine.h | |
parent | e7e0fc2cfffbaa340a1810ec9e0fed524c372db5 (diff) | |
download | openbsd-26de2d98da4c165037bbc9cf0bc0c9734760a865.tar.gz openbsd-26de2d98da4c165037bbc9cf0bc0c9734760a865.tar.bz2 openbsd-26de2d98da4c165037bbc9cf0bc0c9734760a865.zip |
Remove the cswift engine: it is not standalone and we don't have the
hardware.
The vendor_defns/cswift.h does not specify a copyright and
theoretically defaults to the OpenSSL license, but it also mentions
that it includes parts that have been "clipped" from CryptoSwift's
proprietary headers. This file should better include an explicit
copyright statement or mention OpenSSL's library instead of the
ambiguous "Attribution notice".
ok deraadt@
Diffstat (limited to 'src/lib/libcrypto/engine/engine.h')
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 56175d3f67..289ac5cdac 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -336,7 +336,6 @@ void ENGINE_load_dynamic(void); | |||
336 | void ENGINE_load_aep(void); | 336 | void ENGINE_load_aep(void); |
337 | void ENGINE_load_atalla(void); | 337 | void ENGINE_load_atalla(void); |
338 | void ENGINE_load_chil(void); | 338 | void ENGINE_load_chil(void); |
339 | void ENGINE_load_cswift(void); | ||
340 | void ENGINE_load_nuron(void); | 339 | void ENGINE_load_nuron(void); |
341 | void ENGINE_load_padlock(void); | 340 | void ENGINE_load_padlock(void); |
342 | void ENGINE_load_capi(void); | 341 | void ENGINE_load_capi(void); |