Skip to content

Commit ea43d9a

Browse files
karel-msjaeckel
authored andcommitted
Fix openssl-enc compilation
1 parent 8f7986b commit ea43d9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/openssl-enc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ union paddable {
8989
* Output: <no return>
9090
* Side Effects: print messages and barf (does exit(3))
9191
*/
92-
void barf(char *pname, char *err)
92+
void barf(const char *pname, const char *err)
9393
{
9494
printf("Usage: %s <enc|dec> infile outfile passphrase [salt]\n", pname);
9595
printf("\n");

0 commit comments

Comments
 (0)