Use void in all function definitions that do not take any arguments
[oweals/openssl.git] / crypto / poly1305 / poly1305.c
index e3eb5da5c4c22b307bac2728b46ee197827608ec..1d182364aee4359f5122776177063de68392a823 100644 (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);
 }