File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1540,6 +1540,9 @@ main(int argc, char *argv[]) {
1540
1540
* TODO: Maybe disable FIPS mode, or make oqs and FIPS
1541
1541
* mutually exclusive modes?
1542
1542
*/
1543
+ printf ("=============================================================\n" );
1544
+ printf ("loading providers\n" );
1545
+ printf ("=============================================================\n" );
1543
1546
#if OPENSSL_VERSION_NUMER >= 0x30200000L && OPENSSL_API_LEVEL >= 30200
1544
1547
oqs = OSSL_PROVIDER_load (OSSL_LIB_CTX_get0_global_default (), "oqsprovider" );
1545
1548
if (oqs == NULL ) {
@@ -1564,11 +1567,11 @@ main(int argc, char *argv[]) {
1564
1567
ERR_clear_error ();
1565
1568
named_main_earlyfatal ("Failed to load default provider" );
1566
1569
}
1570
+ #endif /* if OPENSSL_VERSION_NUMER >= 0x30200000L && OPENSSL_API_LEVEL >= \
1571
+ 30200 */
1567
1572
printf ("=============================================================\n" );
1568
1573
printf ("loaded providers\n" );
1569
1574
printf ("=============================================================\n" );
1570
- #endif /* if OPENSSL_VERSION_NUMER >= 0x30200000L && OPENSSL_API_LEVEL >= \
1571
- 30200 */
1572
1575
1573
1576
named_os_init (program_name );
1574
1577
You can’t perform that action at this time.
0 commit comments