commit | 348bcb36942f60f90096a0f3b5514b36dc0a2fd2 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 31 14:01:33 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Mar 31 14:01:33 2015 +0200 |
tree | 208f3a6d6f63c7fcd03c7ad4c33ae863edba1a10 | |
parent | 32076e66be1509f251e1cd62a61ed49864dcc517 [diff] [blame] |
Make RSA_ALT support optionnal
diff --git a/library/pk.c b/library/pk.c index f083b86..d147302 100644 --- a/library/pk.c +++ b/library/pk.c
@@ -112,6 +112,7 @@ return( 0 ); } +#if defined(POLARSSL_PK_RSA_ALT_SUPPORT) /* * Initialize an RSA-alt context */ @@ -140,6 +141,7 @@ return( 0 ); } +#endif /* POLARSSL_PK_RSA_ALT_SUPPORT */ /* * Tell if a PK can do the operations of the given type