Commit 17e822e9 authored by Eric S. Raymond's avatar Eric S. Raymond Committed by Kurt Roeckx
Browse files

Fix manpage problems



CLA: trivial

Reviewed-by: default avatarKurt Roeckx <kurt@roeckx.be>
Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
GH: #6472
parent a3e9d5aa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@ BUF_MEM_new, BUF_MEM_new_ex, BUF_MEM_free, BUF_MEM_grow,
BUF_MEM_grow_clean, BUF_reverse
- simple character array structure

standard C library equivalents

=head1 SYNOPSIS

 #include <openssl/buffer.h>
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ SSL_get_pending_cipher - get SSL_CIPHER of a connection

 const char *SSL_get_cipher_name(const SSL *s);
 const char *SSL_get_cipher(const SSL *s);
 int SSL_get_cipher_bits(const SSL *s, int *np) \
 int SSL_get_cipher_bits(const SSL *s, int *np);
 const char *SSL_get_cipher_version(const SSL *s);

=head1 DESCRIPTION