opencryptoki / openssl-ibmca

OpenSSL engine and provider for libica.
Apache License 2.0
7 stars 15 forks source link

Remove dependency of old local OpenSSL headers. #10

Closed pvital closed 7 years ago

pvital commented 7 years ago

Remove src/cryptlib.h and src/e_os.h, both two OpenSSL headers that were made opaque in OpenSSL 1.1 due to not be necessary and used in ibmca code.

Add string.h include to solve implicit calling for methods of this header.

This fixes #9

Signed-off-by: Paulo Vital pvital@linux.vnet.ibm.com