The branch master has been updated
via 50aba7ffde860dbc5a8d1eb3f5d9f49c58ebc2ce (commit)
from c249f48778473ebca46a44282b0b0ff40b8665b8 (commit)
- Log -----------------------------------------------------------------
commit 50aba7ffde860dbc5a8d1eb3f5d9f49c58ebc2ce
Author: Pauli <[email protected]>
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 <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/16647)
-----------------------------------------------------------------------
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);