commit | ce2f2376975bc691a9a62d5f0505b1585fcbf8e6 | [log] [tgz] |
---|---|---|
author | Rich Evans <rich.evans@arm.com> | Fri Feb 06 13:57:42 2015 +0000 |
committer | Rich Evans <rich.evans@arm.com> | Tue Feb 10 11:28:46 2015 +0000 |
tree | 9a6ff98d41c1138e0746da0445df170e48c7e3c2 | |
parent | 00ab47026bde24fca88362dab620c6ff835606ac [diff] [blame] |
change test function includes to use one convention
diff --git a/library/pem.c b/library/pem.c index c6d077c..b5e8eee 100644 --- a/library/pem.c +++ b/library/pem.c
@@ -27,6 +27,7 @@ #endif #if defined(POLARSSL_PEM_PARSE_C) || defined(POLARSSL_PEM_WRITE_C) + #include "polarssl/pem.h" #include "polarssl/base64.h" #include "polarssl/des.h"