Loading openssl/src/dh.rs +4 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,10 @@ impl Dh<Params> { } } impl<T> Dh<T> { impl<T> Dh<T> where T: HasParams, { /// Returns the prime `p` from the DH instance. /// /// This corresponds to [`DH_get0_pqg`]. Loading Loading
openssl/src/dh.rs +4 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,10 @@ impl Dh<Params> { } } impl<T> Dh<T> { impl<T> Dh<T> where T: HasParams, { /// Returns the prime `p` from the DH instance. /// /// This corresponds to [`DH_get0_pqg`]. Loading