]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: Fix include syntax
authorPauli <pauli@openssl.org>
Tue, 21 Sep 2021 08:48:17 +0000 (18:48 +1000)
committerPauli <pauli@openssl.org>
Wed, 22 Sep 2021 08:55:34 +0000 (18:55 +1000)
Internal headers should be included using "" instead of <>.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16647)

doc/internal/man3/evp_md_get_number.pod

index 3c85f58b99be2402af954d68bfb5d10857ec3935..1f913551aad61eeca4ad1e89a6a7d122a3859b4e 100644 (file)
@@ -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);