commit | 314052fbfc23d590bab4ad9c7257c66ff1f2f326 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Aug 15 09:07:52 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Aug 15 09:07:52 2011 +0000 |
tree | b7847b7115cb576e4464f42dd258a4de74e66b3e | |
parent | 33aac37d53b86415ba5c00e111345420573a5b2d [diff] [blame] |
- Removed extraneous "polarssl/" in front on include directives in header files
diff --git a/include/polarssl/md_wrap.h b/include/polarssl/md_wrap.h index a936e61..b6640bd 100644 --- a/include/polarssl/md_wrap.h +++ b/include/polarssl/md_wrap.h
@@ -27,8 +27,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "polarssl/config.h" -#include "polarssl/md.h" +#include "config.h" +#include "md.h" #ifndef POLARSSL_MD_WRAP_H #define POLARSSL_MD_WRAP_H