commit | c7bb02be775ea731f7c842a073b1310c23b4f8a8 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Sep 15 14:54:56 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Sep 15 14:54:56 2013 +0200 |
tree | 2cb0bdb7fc10c98fb3eec5cf522d26e08427180f | |
parent | 1a7550ac6777a92bf67d8130c16314533cf0f892 [diff] [blame] |
Moved PK key writing from X509 module to PK module
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index fcd601c..e839bea 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -42,6 +42,7 @@ pk.c pk_wrap.c pkparse.c + pkwrite.c rsa.c sha1.c sha256.c