spelling/grammar fixes
parent
76facfed23
commit
9fc65fd8c7
|
@ -457,7 +457,7 @@ int wolfCLU_getAlgo(char* name, char** alg, char** mode, int* size)
|
||||||
|
|
||||||
else if (strcmp(*alg, "camellia") == 0) {
|
else if (strcmp(*alg, "camellia") == 0) {
|
||||||
#ifndef HAVE_CAMELIA
|
#ifndef HAVE_CAMELIA
|
||||||
printf("CAMELIA not compile in.\n");
|
printf("CAMELIA not compiled in.\n");
|
||||||
return NOT_COMPILED_IN;
|
return NOT_COMPILED_IN;
|
||||||
#else
|
#else
|
||||||
ret = CAMELLIA_BLOCK_SIZE;
|
ret = CAMELLIA_BLOCK_SIZE;
|
||||||
|
|
|
@ -159,7 +159,7 @@ int wolfCLU_parseFile(char* infile, int inform, char* outfile, int outform,
|
||||||
goto clu_parse_cleanup;
|
goto clu_parse_cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* write the result of conversion to the outfile specifile */
|
/* write the result of conversion to the outfile specified */
|
||||||
ret = fwrite(outBuf, 1, outBufSz, outstream);
|
ret = fwrite(outBuf, 1, outBufSz, outstream);
|
||||||
if (ret <= 0) {
|
if (ret <= 0) {
|
||||||
wolfCLU_freeBins(inBuf, outBuf, NULL, NULL, NULL);
|
wolfCLU_freeBins(inBuf, outBuf, NULL, NULL, NULL);
|
||||||
|
|
Loading…
Reference in New Issue