Browse Source

added missing signatures

Larry Bugbee 11 years ago
parent
commit
ef1fe79ca5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/headers/tomcrypt_misc.h

+ 4 - 0
src/headers/tomcrypt_misc.h

@@ -58,6 +58,10 @@ int crypt_get_size(const char* namein, int *sizeout);
 int crypt_list_all_sizes(char *names_list, 
                          unsigned long *names_list_size);
 
+void init_LTM(void);
+void init_TFM(void);
+
+
 /* $Source$ */
 /* $Revision$ */
 /* $Date$ */