Stop using unimplemented cipher classes.
[openssl.git] / include / openssl / bn.h
index f77b4b90a86b72c91e1d5646844efe4fb8f60bcb..93c8fe962e7a0f75d460251ea3d85b4a4c71eb9e 100644 (file)
@@ -186,7 +186,7 @@ int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
  */
 void BN_set_negative(BIGNUM *b, int n);
 /** BN_is_negative returns 1 if the BIGNUM is negative
- * \param  a  pointer to the BIGNUM object
+ * \param  b  pointer to the BIGNUM object
  * \return 1 if a < 0 and 0 otherwise
  */
 int BN_is_negative(const BIGNUM *b);