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:
kubodera_yuichi 2009-12-23 04:38:35 +00:00
parent 05c038de67
commit fa5d5ce2e2
2 changed files with 1 additions and 1 deletions

View File

@ -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>

View File

@ -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) 構造体の参照に必要