Fix openssl-enc compilation

This commit is contained in:
Karel Miko 2017-09-21 17:48:50 +02:00 committed by Steffen Jaeckel
parent 8f7986bbb2
commit ea43d9a1d2

View File

@ -89,7 +89,7 @@ union paddable {
* Output: <no return>
* Side Effects: print messages and barf (does exit(3))
*/
void barf(char *pname, char *err)
void barf(const char *pname, const char *err)
{
printf("Usage: %s <enc|dec> infile outfile passphrase [salt]\n", pname);
printf("\n");