diff options
| author | reyk <> | 2014-04-13 18:12:23 +0000 |
|---|---|---|
| committer | reyk <> | 2014-04-13 18:12:23 +0000 |
| commit | 3571f62f1f186576fa4d0cbeae82268f94299018 (patch) | |
| tree | 27fa3287596037cbc0ca3494db096362bd8a5079 /src/lib/libcrypto/doc/engine.pod | |
| parent | 7dc72eaf8325af95a34110a8cbd9fad68efeeedb (diff) | |
| download | openbsd-3571f62f1f186576fa4d0cbeae82268f94299018.tar.gz openbsd-3571f62f1f186576fa4d0cbeae82268f94299018.tar.bz2 openbsd-3571f62f1f186576fa4d0cbeae82268f94299018.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/doc/engine.pod')
| -rw-r--r-- | src/lib/libcrypto/doc/engine.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index 0e1b72922c..69143b75eb 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod | |||
| @@ -30,7 +30,6 @@ engine - ENGINE cryptographic module support | |||
| 30 | void ENGINE_load_cswift(void); | 30 | void ENGINE_load_cswift(void); |
| 31 | void ENGINE_load_gmp(void); | 31 | void ENGINE_load_gmp(void); |
| 32 | void ENGINE_load_nuron(void); | 32 | void ENGINE_load_nuron(void); |
| 33 | void ENGINE_load_sureware(void); | ||
| 34 | #endif | 33 | #endif |
| 35 | void ENGINE_load_cryptodev(void); | 34 | void ENGINE_load_cryptodev(void); |
| 36 | void ENGINE_load_builtin_engines(void); | 35 | void ENGINE_load_builtin_engines(void); |
