unimportant

This commit is contained in:
Cosmin Apreutesei
2019-12-09 17:59:12 +02:00
parent c5941362fe
commit 20f047cd02
+3 -5
View File
@@ -11,12 +11,10 @@ setmetatable(M, {__index = C})
if not ... then
local crypto = M
--TODO: make loading the default conf file work (might need a rebuild).
require'libcrypto_conf_h'
print(crypto.CONF_modules_load_file(nil, nil,
bit.bor(
crypto.CONF_MFLAGS_DEFAULT_SECTION,
crypto.CONF_MFLAGS_IGNORE_MISSING_FILE)))
os.exit()
print(crypto.CONF_modules_load_file(nil, nil, crypto.CONF_MFLAGS_DEFAULT_SECTION) == 1)
end