oopsies forgot static dont mind this commit
This commit is contained in:
parent
845c277cb0
commit
368fb3b02d
1 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ main(int argc, char *argv[])
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
char*
|
static char*
|
||||||
e1(char *clearText, char key)
|
e1(char *clearText, char key)
|
||||||
{
|
{
|
||||||
char *res = (char *)calloc(strlen(clearText) + 1, 1);
|
char *res = (char *)calloc(strlen(clearText) + 1, 1);
|
||||||
|
@ -161,7 +161,7 @@ e1(char *clearText, char key)
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
char*
|
static char*
|
||||||
d1(char *cypher, char key)
|
d1(char *cypher, char key)
|
||||||
{
|
{
|
||||||
char *res = (char *)calloc(strlen(cypher) + 1, 1);
|
char *res = (char *)calloc(strlen(cypher) + 1, 1);
|
||||||
|
|
Loading…
Reference in a new issue