mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
openssl/err.h も private.h へ移動(最後は要らなくなるかも)
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@47 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
parent
05c038de67
commit
fa5d5ce2e2
@ -121,7 +121,6 @@
|
||||
#include "cr_hsm_code.h"
|
||||
#endif // USE_HSM
|
||||
// openssl
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/sha.h>
|
||||
#include <openssl/x509.h>
|
||||
|
||||
|
||||
@ -126,6 +126,7 @@ extern "C" {
|
||||
#include "simplebignum.h"
|
||||
#endif // USE_HSM
|
||||
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/sha.h>
|
||||
#include <openssl/ec.h>
|
||||
#include "ec_lcl.h" // EC_KEY (=ec_key_st) 構造体の参照に必要
|
||||
|
||||
Loading…
Reference in New Issue
Block a user