X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fbn.h;h=c4fca99ff60255d0c19afba8fa6886010064a446;hp=82552b6e84c880dc81104f0f0fc4cc9f2b43f1a7;hb=02e112a88579ff2592f34015f73dc85f4ed76ad5;hpb=0517ffc47c79136ba09fb34400e9e26c539615d1 diff --git a/include/openssl/bn.h b/include/openssl/bn.h index 82552b6e84..c4fca99ff6 100644 --- a/include/openssl/bn.h +++ b/include/openssl/bn.h @@ -90,7 +90,7 @@ int BN_get_flags(const BIGNUM *b, int n); */ void BN_with_flags(BIGNUM *dest, const BIGNUM *b, int flags); -/* Wrapper function to make using BN_GENCB easier, */ +/* Wrapper function to make using BN_GENCB easier */ int BN_GENCB_call(BN_GENCB *cb, int a, int b); BN_GENCB *BN_GENCB_new(void);