Update - OpenSSL 1.1.1-pre7-dev

This commit is contained in:
2018-05-23 23:52:41 +09:00
parent e8a0afd4a0
commit ef253190c7
624 changed files with 189420 additions and 8064 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#include "internal/poly1305.h"
#include "poly1305_local.h"
size_t Poly1305_ctx_size ()
size_t Poly1305_ctx_size(void)
{
return sizeof(struct poly1305_context);
}