commit | 1a7550ac6777a92bf67d8130c16314533cf0f892 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Sep 15 13:01:22 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Sep 15 13:47:30 2013 +0200 |
tree | 01eac3dec1cb120496e1a102ce1f802769b311f0 | |
parent | 24c0e848edb023faea2e13fc6eea56f79a660b75 [diff] [blame] |
Moved PK key parsing from X509 module to PK module
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 9eea7dc..fcd601c 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -41,6 +41,7 @@ pkcs12.c pk.c pk_wrap.c + pkparse.c rsa.c sha1.c sha256.c