Browse Source

SSH requires MPI funtionality

Steffen Jaeckel 6 years ago
parent
commit
252a172c08
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/headers/tomcrypt_custom.h

+ 1 - 1
src/headers/tomcrypt_custom.h

@@ -554,7 +554,7 @@
    #endif
 #endif
 
-#if defined(LTC_MECC) || defined(LTC_MRSA) || defined(LTC_MDSA)
+#if defined(LTC_MECC) || defined(LTC_MRSA) || defined(LTC_MDSA) || defined(LTC_SSH)
    /* Include the MPI functionality?  (required by the PK algorithms) */
    #define LTC_MPI