Skip to content

Commit

Permalink
Merge pull request #227 from ffontaine/develop
Browse files Browse the repository at this point in the history
keys.c: fix build with libressl >= 3.8.1
  • Loading branch information
wtoorop authored Jul 12, 2024
2 parents 34fdb48 + 681cb30 commit 152caa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ ldns_key_new_frm_engine(ldns_key **key, ENGINE *e, char *key_id, ldns_algorithm
}
#endif

#ifdef USE_GOST
#if defined(USE_GOST) && !defined(OPENSSL_NO_ENGINE)
/** store GOST engine reference loaded into OpenSSL library */
ENGINE* ldns_gost_engine = NULL;

Expand Down

0 comments on commit 152caa9

Please sign in to comment.