Add documentation for following DH and DH_METHOD opacity
[openssl.git] / crypto / dh / dh_locl.h
index 80d09d04e3f96be2f7296ad50251aac614cf3274..46e4bc79d985f747c330f387419b60641e939e9a 100644 (file)
@@ -42,6 +42,7 @@ struct dh_method {
     /* Methods here */
     int (*generate_key) (DH *dh);
     int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
     /* Methods here */
     int (*generate_key) (DH *dh);
     int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh);
+
     /* Can be null */
     int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
                        const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
     /* Can be null */
     int (*bn_mod_exp) (const DH *dh, BIGNUM *r, const BIGNUM *a,
                        const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,