Document the BN library.
[openssl.git] / doc / crypto / dh.pod
index 77ea503cddf7dd9732a0472d49ab3a6e8d43a35e..1b8982ee27e94b181ccac6f06c4c7a7861ae74df 100644 (file)
@@ -52,7 +52,7 @@ The B<DH> structure consists of several BIGNUM components.
         BIGNUM *g;             // generator of Z_p (shared)
         BIGNUM *priv_key;      // private DH value x
         BIGNUM *pub_key;       // public DH value g^x
-       // ...
+        // ...
         };
  DH