[openssl] openssl-3.0 update
Dr. Paul Dale
pauli at openssl.org
Wed Sep 22 08:56:31 UTC 2021
The branch openssl-3.0 has been updated
via c6769fd4b6483fa0428300722d494251dcbe7144 (commit)
from 4f343fa943e1cc30825b23372622bd92fa04aede (commit)
- Log -----------------------------------------------------------------
commit c6769fd4b6483fa0428300722d494251dcbe7144
Author: Pauli <pauli at openssl.org>
Date: Tue Sep 21 18:48:17 2021 +1000
doc: Fix include syntax
Internal headers should be included using "" instead of <>.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16647)
(cherry picked from commit 50aba7ffde860dbc5a8d1eb3f5d9f49c58ebc2ce)
-----------------------------------------------------------------------
Summary of changes:
doc/internal/man3/evp_md_get_number.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/internal/man3/evp_md_get_number.pod b/doc/internal/man3/evp_md_get_number.pod
index 3c85f58b99..1f913551aa 100644
--- a/doc/internal/man3/evp_md_get_number.pod
+++ b/doc/internal/man3/evp_md_get_number.pod
@@ -10,7 +10,7 @@ ossl_store_loader_get_number - EVP get internal identification numbers
=head1 SYNOPSIS
- #include <crypto/evp.h>
+ #include "crypto/evp.h"
int evp_asym_cipher_get_number(const EVP_ASYM_CIPHER *cipher);
int evp_cipher_get_number(const EVP_CIPHER *e);
More information about the openssl-commits
mailing list