File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 28
28
* as that of the covered work.
29
29
*/
30
30
31
- #include < openssl/opensslconf .h>
31
+ #include < openssl/hmac .h>
32
32
33
- #if ! defined(OPENSSL_API_COMPAT )
33
+ #if defined(HMAC_cleanup )
34
34
35
35
#include " crypto.hpp"
36
36
#include " key.hpp"
37
37
#include " util.hpp"
38
38
#include < openssl/aes.h>
39
39
#include < openssl/sha.h>
40
- #include < openssl/hmac.h>
41
40
#include < openssl/evp.h>
42
41
#include < openssl/rand.h>
43
42
#include < openssl/err.h>
Original file line number Diff line number Diff line change 28
28
* as that of the covered work.
29
29
*/
30
30
31
- #include < openssl/opensslconf .h>
31
+ #include < openssl/hmac .h>
32
32
33
- #if defined(OPENSSL_API_COMPAT )
33
+ #if ! defined(HMAC_cleanup )
34
34
35
35
#include " crypto.hpp"
36
36
#include " key.hpp"
37
37
#include " util.hpp"
38
38
#include < openssl/aes.h>
39
39
#include < openssl/sha.h>
40
- #include < openssl/hmac.h>
41
40
#include < openssl/evp.h>
42
41
#include < openssl/rand.h>
43
42
#include < openssl/err.h>
You can’t perform that action at this time.
0 commit comments