summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/engine.h
diff options
context:
space:
mode:
authorreyk <>2014-04-13 18:12:23 +0000
committerreyk <>2014-04-13 18:12:23 +0000
commite7e0fc2cfffbaa340a1810ec9e0fed524c372db5 (patch)
tree27fa3287596037cbc0ca3494db096362bd8a5079 /src/lib/libcrypto/engine/engine.h
parent42fd1dcb481bcbbf4cdefcb9b8545896f5b22049 (diff)
downloadopenbsd-e7e0fc2cfffbaa340a1810ec9e0fed524c372db5.tar.gz
openbsd-e7e0fc2cfffbaa340a1810ec9e0fed524c372db5.tar.bz2
openbsd-e7e0fc2cfffbaa340a1810ec9e0fed524c372db5.zip
Remove the "sureware" engine:
The vendor_defns/sureware.h file by Baltimore Technologies Ltd. has a copyright that does not grant rights! Vendor files should either include a compatible license in the copyright statement or use OpenSSL's defaults, but adding a copyright statement without any terms is not acceptable. It should not have been included in the first place. ok deraadt@
Diffstat (limited to 'src/lib/libcrypto/engine/engine.h')
-rw-r--r--src/lib/libcrypto/engine/engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h
index 445e28c941..56175d3f67 100644
--- a/src/lib/libcrypto/engine/engine.h
+++ b/src/lib/libcrypto/engine/engine.h
@@ -338,7 +338,6 @@ void ENGINE_load_atalla(void);
338void ENGINE_load_chil(void); 338void ENGINE_load_chil(void);
339void ENGINE_load_cswift(void); 339void ENGINE_load_cswift(void);
340void ENGINE_load_nuron(void); 340void ENGINE_load_nuron(void);
341void ENGINE_load_sureware(void);
342void ENGINE_load_padlock(void); 341void ENGINE_load_padlock(void);
343void ENGINE_load_capi(void); 342void ENGINE_load_capi(void);
344#ifndef OPENSSL_NO_GMP 343#ifndef OPENSSL_NO_GMP