diff options
author | Richard Levitte <levitte@openssl.org> | 2019-01-20 13:23:30 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-02-27 18:36:30 +0100 |
commit | 7753be74a3c90e21d0d29d6131d9e751476f81ec (patch) | |
tree | 16da786941cb215fd154770474f6b1bb56137727 /util | |
parent | Implement SSH KDF (diff) | |
download | openssl-7753be74a3c90e21d0d29d6131d9e751476f81ec.tar.xz openssl-7753be74a3c90e21d0d29d6131d9e751476f81ec.zip |
Replumbing: Add include/openssl/core.h, initially with core types
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8286)
Diffstat (limited to 'util')
-rw-r--r-- | util/private.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/private.num b/util/private.num index c4a2793410..d8aba4d308 100644 --- a/util/private.num +++ b/util/private.num @@ -32,6 +32,7 @@ GEN_SESSION_CB datatype OPENSSL_Applink external OPENSSL_CTX datatype NAMING_AUTHORITY datatype +OSSL_PARAM datatype OSSL_STORE_CTX datatype OSSL_STORE_INFO datatype OSSL_STORE_LOADER datatype |