Fix openssl-enc compilation
This commit is contained in:
parent
8f7986bbb2
commit
ea43d9a1d2
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user