util/mkdef.pl: mark certain PEM function declarations with STDIO
authorRichard Levitte <levitte@openssl.org>
Fri, 5 Aug 2016 08:57:47 +0000 (10:57 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 5 Aug 2016 19:18:15 +0000 (21:18 +0200)
commit74656a82e606d7b4924166d459d18677ea83f9d8
treeab2cbcd653bee66ce17cf9bd16b78ea41e676eaa
parentb4aaf194f05edc7c4e4b04758c094fe8bdd04e89
util/mkdef.pl: mark certain PEM function declarations with STDIO

The macros that produce PEM_write_FOO() andd PEM_read_FOO() only do so
unless 'no-stdio' has been configured.  mkdef.pl should mimic that by
marking those functions with the "STDIO" algo.

Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mkdef.pl