diff options
author | schwarze <> | 2016-12-05 18:25:07 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-05 18:25:07 +0000 |
commit | ebb36356e67c022690180d1a6b6a64c57f1de586 (patch) | |
tree | 5c29d4905dcc0df719adefd157701b7c300644cf /src/lib | |
parent | 5e667a70479419d08aa5042c692cf8c3ff282916 (diff) | |
download | openbsd-ebb36356e67c022690180d1a6b6a64c57f1de586.tar.gz openbsd-ebb36356e67c022690180d1a6b6a64c57f1de586.tar.bz2 openbsd-ebb36356e67c022690180d1a6b6a64c57f1de586.zip |
delete two cross references to functions we don't have
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/X509_CRL_get0_by_serial.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_CRL_get0_by_serial.3 b/src/lib/libcrypto/man/X509_CRL_get0_by_serial.3 index fdfaf76beb..1f84671342 100644 --- a/src/lib/libcrypto/man/X509_CRL_get0_by_serial.3 +++ b/src/lib/libcrypto/man/X509_CRL_get0_by_serial.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_CRL_get0_by_serial.3,v 1.1 2016/12/04 20:51:47 schwarze Exp $ | 1 | .\" $OpenBSD: X509_CRL_get0_by_serial.3,v 1.2 2016/12/05 18:25:07 schwarze Exp $ |
2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 4 2016 $ | 51 | .Dd $Mdocdate: December 5 2016 $ |
52 | .Dt X509_CRL_GET0_BY_SERIAL 3 | 52 | .Dt X509_CRL_GET0_BY_SERIAL 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -176,9 +176,7 @@ returns a STACK of revoked entries. | |||
176 | .Sh SEE ALSO | 176 | .Sh SEE ALSO |
177 | .Xr d2i_X509 3 , | 177 | .Xr d2i_X509 3 , |
178 | .Xr ERR_get_error 3 , | 178 | .Xr ERR_get_error 3 , |
179 | .Xr X509_get0_signature 3 , | ||
180 | .Xr X509_get_ext_d2i 3 , | 179 | .Xr X509_get_ext_d2i 3 , |
181 | .Xr X509_get_extension_flags 3 , | ||
182 | .Xr X509_get_pubkey 3 , | 180 | .Xr X509_get_pubkey 3 , |
183 | .Xr X509_get_subject_name 3 , | 181 | .Xr X509_get_subject_name 3 , |
184 | .Xr X509_get_version 3 , | 182 | .Xr X509_get_version 3 , |