Skip to content

Commit

Permalink
Fix issue#778: removed unnecessary openssl include in a crypto lib in…
Browse files Browse the repository at this point in the history
…dependent file.
  • Loading branch information
jeandube authored and rndi committed Aug 6, 2019
1 parent facd70c commit c79fb44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion haicrypt/cryspr.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ static int crysprFallback_KmSetKey(CRYSPR_cb *cryspr_cb, bool bWrap, const unsig
* AES_wrap_key()/AES_unwrap_key() introduced in openssl 0.9.8h
* Here is an implementation using AES native API for cryspr not providing it.
*/
#include <openssl/bio.h>

static const unsigned char default_iv[] = {
0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6, 0xA6,
Expand Down

0 comments on commit c79fb44

Please sign in to comment.