summaryrefslogtreecommitdiffstats
path: root/fips/fips_utl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-27 13:32:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-27 13:32:31 +0000
commit371b262f96b80f0c753f37c86ea196cbbc8b53b7 (patch)
tree692ee483242beb1ed8c531523a79a8f0588be84d /fips/fips_utl.h
parentb3fb2492d557bcb59c392ec791ce08887b63383b (diff)
stop missing prototype warnings
Diffstat (limited to 'fips/fips_utl.h')
-rw-r--r--fips/fips_utl.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/fips/fips_utl.h b/fips/fips_utl.h
index 02d4e44c82..85d9e12781 100644
--- a/fips/fips_utl.h
+++ b/fips/fips_utl.h
@@ -47,6 +47,22 @@
*
*/
+void do_print_errors(void);
+int hex2bin(const char *in, unsigned char *out);
+unsigned char *hex2bin_m(const char *in, long *plen);
+int do_hex2bn(BIGNUM **pr, const char *in);
+int do_bn_print(FILE *out, BIGNUM *bn);
+int do_bn_print_name(FILE *out, const char *name, BIGNUM *bn);
+int parse_line(char **pkw, char **pval, char *linebuf, char *olinebuf);
+BIGNUM *hex2bn(const char *in);
+int bin2hex(const unsigned char *in,int len,char *out);
+void pv(const char *tag,const unsigned char *val,int len);
+int tidy_line(char *linebuf, char *olinebuf);
+int bint2bin(const char *in, int len, unsigned char *out);
+int bin2bint(const unsigned char *in,int len,char *out);
+void PrintValue(char *tag, unsigned char *val, int len);
+void OutputValue(char *tag, unsigned char *val, int len, FILE *rfp,int bitmode);
+
void do_print_errors(void)
{
const char *file, *data;