Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/PEM_read.pod
- Timestamp:
- Mar 3, 2022 7:17:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150325
- Location:
- trunk/src/libs/openssl-3.0.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1
- Property svn:mergeinfo
-
old new 12 12 /vendor/openssl/1.1.1c:131722-131725 13 13 /vendor/openssl/1.1.1k:145841-145843 14 /vendor/openssl/3.0.1:150323-150324 15 /vendor/openssl/current:147554-150322
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.1/doc/man3/PEM_read.pod
r91772 r94082 12 12 13 13 int PEM_write(FILE *fp, const char *name, const char *header, 14 const unsigned char *data, long len) 14 const unsigned char *data, long len); 15 15 int PEM_write_bio(BIO *bp, const char *name, const char *header, 16 const unsigned char *data, long len) 16 const unsigned char *data, long len); 17 17 18 18 int PEM_read(FILE *fp, char **name, char **header, … … 123 123 =head1 COPYRIGHT 124 124 125 Copyright 1998-20 18The OpenSSL Project Authors. All Rights Reserved.125 Copyright 1998-2020 The OpenSSL Project Authors. All Rights Reserved. 126 126 127 Licensed under the OpenSSL license(the "License"). You may not use127 Licensed under the Apache License 2.0 (the "License"). You may not use 128 128 this file except in compliance with the License. You can obtain a copy 129 129 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.