Skip to content

Commit fa8efa3

Browse files
committed
review: remove unnecessary hmac.h, sort alphabetically
1 parent 1fc4386 commit fa8efa3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/openssl/ossl.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525

2626
#include <openssl/opensslv.h>
2727

28+
#include <openssl/cms.h>
2829
#include <openssl/err.h>
2930
#include <openssl/asn1.h>
3031
#include <openssl/x509v3.h>
3132
#include <openssl/ssl.h>
3233
#include <openssl/pkcs12.h>
3334
#include <openssl/pkcs7.h>
34-
#include <openssl/cms.h>
35-
#include <openssl/hmac.h>
3635
#include <openssl/rand.h>
3736
#include <openssl/conf.h>
3837
#ifndef OPENSSL_NO_TS

0 commit comments

Comments
 (0)