diff options
Diffstat (limited to 'src/pubkey/ec_dompar/ec_dompar.h')
-rw-r--r-- | src/pubkey/ec_dompar/ec_dompar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubkey/ec_dompar/ec_dompar.h b/src/pubkey/ec_dompar/ec_dompar.h index 9abfafdb4..a567fd88c 100644 --- a/src/pubkey/ec_dompar/ec_dompar.h +++ b/src/pubkey/ec_dompar/ec_dompar.h @@ -109,7 +109,7 @@ EC_Domain_Params decode_ber_ec_dompar(SecureVector<byte> const& encoded); * an OID. The demanded OID has to be registered in the InSiTo * configuration. Consult the file ec_dompar.cpp for the default * configuration. -* @param the oid of the demanded EC domain parameters +* @param oid the oid of the demanded EC domain parameters * @result the EC domain parameters associated with the OID */ EC_Domain_Params get_EC_Dom_Pars_by_oid(std::string oid); |