diff options
Diffstat (limited to 'src/lib/libcrypto/man/d2i_X509_SIG.3')
-rw-r--r-- | src/lib/libcrypto/man/d2i_X509_SIG.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509_SIG.3 b/src/lib/libcrypto/man/d2i_X509_SIG.3 index 8c107a8e88..8466ccfe7f 100644 --- a/src/lib/libcrypto/man/d2i_X509_SIG.3 +++ b/src/lib/libcrypto/man/d2i_X509_SIG.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: d2i_X509_SIG.3,v 1.3 2016/12/05 20:32:19 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_X509_SIG.3,v 1.4 2016/12/08 20:22:08 jmc Exp $ |
2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 | 2 | .\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -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 5 2016 $ | 51 | .Dd $Mdocdate: December 8 2016 $ |
52 | .Dt D2I_X509_SIG 3 | 52 | .Dt D2I_X509_SIG 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -71,11 +71,10 @@ | |||
71 | .Sh DESCRIPTION | 71 | .Sh DESCRIPTION |
72 | These functions decode and encode an | 72 | These functions decode and encode an |
73 | .Vt X509_SIG | 73 | .Vt X509_SIG |
74 | structure which is equivalent to the | 74 | structure, which is equivalent to the |
75 | .Sy DigestInfo | 75 | .Sy DigestInfo |
76 | structure defined in PKCS#1 and PKCS#7. | 76 | structure defined in PKCS#1 and PKCS#7. |
77 | .Pp | 77 | They otherwise behave in a way similar to |
78 | Otherwise these behave in a way similar to | ||
79 | .Xr d2i_X509 3 | 78 | .Xr d2i_X509 3 |
80 | and | 79 | and |
81 | .Xr i2d_X509 3 . | 80 | .Xr i2d_X509 3 . |