commit | c40b4c37083f563839aaa7c5b14a323f50585dcb | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu Aug 22 13:29:31 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Aug 27 22:21:20 2013 +0200 |
tree | 98cdf000ef13da4ce2698f53e64d2c0c8a6c2690 | |
parent | 0d4204944011bb2f202e3b1c08aa09127e6b6661 [diff] [blame] |
Add configuration item for the PK module
diff --git a/library/pk_wrap.c b/library/pk_wrap.c index 9f650b6..7e8a3f1 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c
@@ -25,6 +25,8 @@ #include "polarssl/config.h" +#if defined(POLARSSL_PK_C) + #include "polarssl/pk_wrap.h" #if defined(POLARSSL_RSA_C) @@ -410,3 +412,5 @@ rsa_alt_free_wrap, NULL, }; + +#endif /* POLARSSL_PK_C */