SSH requires MPI funtionality

This commit is contained in:
Steffen Jaeckel 2018-12-29 18:08:46 +01:00
parent f95be00582
commit 252a172c08

View File

@ -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