]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ossl_assert() is in cryptlib.h
authorTomas Mraz <tomas@openssl.org>
Tue, 10 Jun 2025 18:20:23 +0000 (20:20 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 10 Jun 2025 18:20:23 +0000 (20:20 +0200)
In 3.0 the ossl_assert() is in internal/cryptlib.h not internal/common.h

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/27799)

providers/implementations/rands/drbg_ctr.c

index 2bc355e0def824070f265b76eb3428b673c9038a..8939437ae043adbb81e71a666233198f4afaf952 100644 (file)
@@ -20,7 +20,7 @@
 #include "prov/providercommon.h"
 #include "prov/provider_ctx.h"
 #include "drbg_local.h"
-#include "internal/common.h"
+#include "internal/cryptlib.h"
 
 static OSSL_FUNC_rand_newctx_fn drbg_ctr_new_wrapper;
 static OSSL_FUNC_rand_freectx_fn drbg_ctr_free;