From: Pauli Date: Tue, 21 Sep 2021 08:48:17 +0000 (+1000) Subject: doc: Fix include syntax X-Git-Tag: openssl-3.2.0-alpha1~3545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50aba7ffde860dbc5a8d1eb3f5d9f49c58ebc2ce;p=thirdparty%2Fopenssl.git doc: Fix include syntax Internal headers should be included using "" instead of <>. Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/16647) --- diff --git a/doc/internal/man3/evp_md_get_number.pod b/doc/internal/man3/evp_md_get_number.pod index 3c85f58b99b..1f913551aad 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 + #include "crypto/evp.h" int evp_asym_cipher_get_number(const EVP_ASYM_CIPHER *cipher); int evp_cipher_get_number(const EVP_CIPHER *e);