Changeset 97372 in vbox for trunk/src/libs/openssl-3.0.7/doc/man7/provider-kdf.pod
- Timestamp:
- Nov 2, 2022 7:40:16 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154372
- Location:
- trunk/src/libs/openssl-3.0.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.7
- Property svn:mergeinfo
-
old new 15 15 /vendor/openssl/3.0.2:150728-150729 16 16 /vendor/openssl/3.0.3:151497-151729 17 /vendor/openssl/current:147554-151496 17 /vendor/openssl/3.0.7:154371 18 /vendor/openssl/current:147554-154370
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.7/doc/man7/provider-kdf.pod
r94320 r97372 59 59 For example, the "function" OSSL_FUNC_kdf_newctx() has these: 60 60 61 typedef void *(OSSL_ OSSL_FUNC_kdf_newctx_fn)(void *provctx);62 static ossl_inline OSSL_ OSSL_FUNC_kdf_newctx_fn61 typedef void *(OSSL_FUNC_kdf_newctx_fn)(void *provctx); 62 static ossl_inline OSSL_FUNC_kdf_newctx_fn 63 63 OSSL_FUNC_kdf_newctx(const OSSL_DISPATCH *opf); 64 64 … … 350 350 =head1 COPYRIGHT 351 351 352 Copyright 2020-202 1The OpenSSL Project Authors. All Rights Reserved.352 Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved. 353 353 354 354 Licensed under the Apache License 2.0 (the "License"). You may not use
Note:
See TracChangeset
for help on using the changeset viewer.