ffc: add _ossl to exported but internal functions
[openssl.git] / crypto / ffc / ffc_key_generate.c
index aeabae010fd0a6c977e51b8ccb3c0c29bd0f0a2c..d8d2116ddcc7e91f2adeadfc6a375030d8c4d49f 100644 (file)
@@ -19,8 +19,8 @@
  * s is the security strength.
  * priv_key is the returned private key,
  */
-int ffc_generate_private_key(BN_CTX *ctx, const FFC_PARAMS *params,
-                             int N, int s, BIGNUM *priv)
+int ossl_ffc_generate_private_key(BN_CTX *ctx, const FFC_PARAMS *params,
+                                  int N, int s, BIGNUM *priv)
 {
     int ret = 0, qbits = BN_num_bits(params->q);
     BIGNUM *m, *two_powN = NULL;