diff options
| author | djm <> | 2006-06-27 05:05:42 +0000 |
|---|---|---|
| committer | djm <> | 2006-06-27 05:05:42 +0000 |
| commit | 3f764f48d2626a43b6eeef7652c28303269d1204 (patch) | |
| tree | 764d513589e09d2d10dbe70039b5f3bf58a36803 /src/lib/libcrypto/doc | |
| parent | 0d2f07cb82812dd6f9e33c493104f4c24e5b13a3 (diff) | |
| parent | f6198d4d0ab97685dc56be2d48715ed39fcc74b9 (diff) | |
| download | openbsd-3f764f48d2626a43b6eeef7652c28303269d1204.tar.gz openbsd-3f764f48d2626a43b6eeef7652c28303269d1204.tar.bz2 openbsd-3f764f48d2626a43b6eeef7652c28303269d1204.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/doc')
| -rw-r--r-- | src/lib/libcrypto/doc/OPENSSL_config.pod | 2 | ||||
| -rw-r--r-- | src/lib/libcrypto/doc/PKCS7_verify.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/OPENSSL_config.pod b/src/lib/libcrypto/doc/OPENSSL_config.pod index 16600620cc..e7bba2aaca 100644 --- a/src/lib/libcrypto/doc/OPENSSL_config.pod +++ b/src/lib/libcrypto/doc/OPENSSL_config.pod | |||
| @@ -35,7 +35,7 @@ calls OPENSSL_add_all_algorithms() by compiling an application with the | |||
| 35 | preprocessor symbol B<OPENSSL_LOAD_CONF> #define'd. In this way configuration | 35 | preprocessor symbol B<OPENSSL_LOAD_CONF> #define'd. In this way configuration |
| 36 | can be added without source changes. | 36 | can be added without source changes. |
| 37 | 37 | ||
| 38 | The environment variable B<OPENSSL_CONFIG> can be set to specify the location | 38 | The environment variable B<OPENSSL_CONF> can be set to specify the location |
| 39 | of the configuration file. | 39 | of the configuration file. |
| 40 | 40 | ||
| 41 | Currently ASN1 OBJECTs and ENGINE configuration can be performed future | 41 | Currently ASN1 OBJECTs and ENGINE configuration can be performed future |
diff --git a/src/lib/libcrypto/doc/PKCS7_verify.pod b/src/lib/libcrypto/doc/PKCS7_verify.pod index 07c9fdad40..3490b5dc82 100644 --- a/src/lib/libcrypto/doc/PKCS7_verify.pod +++ b/src/lib/libcrypto/doc/PKCS7_verify.pod | |||
| @@ -8,7 +8,7 @@ PKCS7_verify - verify a PKCS#7 signedData structure | |||
| 8 | 8 | ||
| 9 | int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata, BIO *out, int flags); | 9 | int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, BIO *indata, BIO *out, int flags); |
| 10 | 10 | ||
| 11 | int PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags); | 11 | STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags); |
| 12 | 12 | ||
| 13 | =head1 DESCRIPTION | 13 | =head1 DESCRIPTION |
| 14 | 14 | ||
