Skip to content

Commit f9658d1

Browse files
committed
Rename OpenSSLObjectWrapper to CryptoObjectWrapper and move it out of openssl_utils
1 parent 083165f commit f9658d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/sdk/main/include/impl/openssl_utils

src/sdk/main/include/impl/openssl_utils/BIGNUM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#define HIERO_SDK_CPP_IMPL_OPENSSL_UTILS_BIGNUM_H_
44

55
#include "exceptions/OpenSSLException.h"
6+
#include "impl/CryptoObjectWrapper.h"
67
#include "impl/HexConverter.h"
78
#include "impl/openssl_utils/BN_CTX.h"
8-
#include "impl/CryptoObjectWrapper.h"
99
#include "impl/openssl_utils/OpenSSLUtils.h"
1010

1111
#include <openssl/bn.h>

0 commit comments

Comments
 (0)