typo

Index: RSA_new.3
===================================================================
RCS file: /cvs/src/lib/libcrypto/man/RSA_new.3,v
retrieving revision 1.4
diff -u -p -u -r1.4 RSA_new.3
--- RSA_new.3    11 Dec 2016 12:52:28 -0000    1.4
+++ RSA_new.3    3 Apr 2018 21:12:13 -0000
@@ -93,7 +93,7 @@ structure consists of several
 components.
 It can contain public as well as private RSA keys:
 .Bd -literal
-typdef struct {
+typedef struct {
     BIGNUM *n;        // public modulus
     BIGNUM *e;        // public exponent
     BIGNUM *d;        // private exponent

Reply via email to