examples/l3fwd: share queue size variables
[dpdk.git] / lib / cryptodev / rte_crypto_asym.h
index 2eb0f00..cd24d4b 100644 (file)
@@ -145,7 +145,7 @@ enum rte_crypto_rsa_padding_type {
 enum rte_crypto_rsa_priv_key_type {
        RTE_RSA_KEY_TYPE_EXP,
        /**< RSA private key is an exponent */
-       RTE_RSA_KET_TYPE_QT,
+       RTE_RSA_KEY_TYPE_QT,
        /**< RSA private key is in quintuple format
         * See rte_crypto_rsa_priv_key_qt
         */