Update to OpenSSL 1.0.2.o
This commit is contained in:
@@ -96,7 +96,7 @@ const char *DES_options(void)
|
||||
size = "int";
|
||||
else
|
||||
size = "long";
|
||||
BIO_snprintf(buf, sizeof buf, "des(%s,%s,%s,%s)", ptr, risc, unroll,
|
||||
BIO_snprintf(buf, sizeof(buf), "des(%s,%s,%s,%s)", ptr, risc, unroll,
|
||||
size);
|
||||
init = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user