Basic parsing of certs signed with RSASSA-PSS
diff --git a/include/polarssl/pk.h b/include/polarssl/pk.h
index 8b84471..e4b5618 100644
--- a/include/polarssl/pk.h
+++ b/include/polarssl/pk.h
@@ -94,6 +94,7 @@
     POLARSSL_PK_ECKEY_DH,
     POLARSSL_PK_ECDSA,
     POLARSSL_PK_RSA_ALT,
+    POLARSSL_PK_RSASSA_PSS,
 } pk_type_t;
 
 /**