Skip to content

Commit

Permalink
Fix openssl-enc compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-m authored and sjaeckel committed Sep 21, 2017
1 parent 8f7986b commit ea43d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/openssl-enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ea43d9a

Please sign in to comment.