Răsfoiți Sursa

SSH requires MPI funtionality

Steffen Jaeckel 6 ani în urmă
părinte
comite
252a172c08
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/headers/tomcrypt_custom.h

+ 1 - 1
src/headers/tomcrypt_custom.h

@@ -554,7 +554,7 @@
    #endif
    #endif
 #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) */
    /* Include the MPI functionality?  (required by the PK algorithms) */
    #define LTC_MPI
    #define LTC_MPI