summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorslontis <shane.lontis@oracle.com>2022-05-30 14:32:36 +1000
committerTomas Mraz <tomas@openssl.org>2022-11-02 11:25:48 +0100
commit820723dde0c9ec9a4fc68406a0e5aee1dc83f836 (patch)
tree5c25c3e402d732de0b57ca62bb30977502ce00bf /test/build.info
parent57d2bccdb2112cc09de1bec585da878161b1364f (diff)
Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.
These functions pass a library content and prop query. The i2d documentation related to these functions has been corrected since the bio and fp functions always return 0 or 1. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18427)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 419b5fb12c..fd7fa953fd 100644
--- a/test/build.info
+++ b/test/build.info
@@ -184,7 +184,7 @@ IF[{- !$disabled{tests} -}]
INCLUDE[evp_extra_test]=../include ../apps/include
DEPEND[evp_extra_test]=../libcrypto.a libtestutil.a
- SOURCE[evp_extra_test2]=evp_extra_test2.c
+ SOURCE[evp_extra_test2]=evp_extra_test2.c $INITSRC
INCLUDE[evp_extra_test2]=../include ../apps/include
DEPEND[evp_extra_test2]=../libcrypto libtestutil.a