aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/params.h
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-04-23 20:23:48 +1000
committerPauli <paul.dale@oracle.com>2020-04-25 18:46:32 +1000
commit3873887e89ff12e7dc2cb7c166f21c79347da519 (patch)
tree33c569a3742d84a44d4e9a6e8daca165bfc3b280 /include/openssl/params.h
parent99ea4f02bca848ed6304279cc40ebdc4a8b806d3 (diff)
downloadopenssl-3873887e89ff12e7dc2cb7c166f21c79347da519.zip
openssl-3873887e89ff12e7dc2cb7c166f21c79347da519.tar.gz
openssl-3873887e89ff12e7dc2cb7c166f21c79347da519.tar.bz2
params: change OSSL_PARAM_set_unmodified() to operate on a params array
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11601)
Diffstat (limited to 'include/openssl/params.h')
-rw-r--r--include/openssl/params.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/params.h b/include/openssl/params.h
index 9f6dcb4..993ee81 100644
--- a/include/openssl/params.h
+++ b/include/openssl/params.h
@@ -138,7 +138,7 @@ int OSSL_PARAM_set_octet_ptr(OSSL_PARAM *p, const void *val,
size_t used_len);
int OSSL_PARAM_modified(const OSSL_PARAM *p);
-void OSSL_PARAM_set_unmodified(OSSL_PARAM *p);
+void OSSL_PARAM_set_all_unmodified(OSSL_PARAM *p);
# ifdef __cplusplus
}