OpenSSL-1.0.0-beta5をパッケージに追加し、ビルド対象に変更

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@188 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
kubodera_yuichi 2010-01-22 01:42:59 +00:00
parent c870448905
commit b10d9d36ea
3 changed files with 7 additions and 7 deletions

View File

@ -12,11 +12,11 @@
# USE_HSM = TRUE
# RESET_HSM = TRUE
DEV_CYGWIN = FALSE
DEBUG_PRINT = FALSE
ECDSA_SHA256 = FALSE
USE_HSM = TRUE
RESET_HSM = TRUE
DEV_CYGWIN = TRUE
DEBUG_PRINT = TRUE
ECDSA_SHA256 = TRUE
USE_HSM = FALSE
RESET_HSM = FALSE
ifeq ($(USE_HSM),TRUE)

View File

@ -1,6 +1,6 @@
# OPENSSL = openssl-1.0.0-beta2
OPENSSL = openssl-0.9.8k
OPENSSL = openssl-1.0.0-beta5
# OPENSSL = openssl-0.9.8k
ifeq ($(DEV_CYGWIN),TRUE)
OPENSSL_CONFIG_TARGET = mingw

Binary file not shown.