]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
skey: include extra error header file
authorPauli <ppzgs1@gmail.com>
Tue, 5 Aug 2025 22:42:23 +0000 (08:42 +1000)
committerPauli <ppzgs1@gmail.com>
Fri, 8 Aug 2025 00:33:22 +0000 (10:33 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/28163)

providers/implementations/skeymgmt/generic.c.in

index 5f644c9194b2dd1e762ee0d71d28bf180872a071..cbb1d42c32ac9f99031e13a9d08086b15e37e41a 100644 (file)
@@ -13,6 +13,7 @@ use OpenSSL::paramnames qw(produce_param_decoder);
 #include <string.h>
 #include <openssl/core_dispatch.h>
 #include <openssl/core_names.h>
+#include <openssl/proverr.h>
 #include "crypto/types.h"
 #include "internal/cryptlib.h"
 #include "internal/skey.h"