remove suspicious ;

This commit is contained in:
Francois Perrad
2017-04-07 00:17:43 +02:00
parent 08415d37f3
commit 9941648125
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -65,6 +65,6 @@ LBL_ERR:
XFREE(buf);
return err;
#endif
};
}
#endif
+1 -1
View File
@@ -44,6 +44,6 @@ LBL_ERR:
zeromem(&st, sizeof(poly1305_state));
#endif
return err;
};
}
#endif
+1 -1
View File
@@ -58,6 +58,6 @@ LBL_ERR:
#endif
va_end(args);
return err;
};
}
#endif
+1 -1
View File
@@ -45,6 +45,6 @@ int poly1305_test(void)
if (compare_testvector(out, len, tag, sizeof(tag), "POLY1305-TV2", 1) != 0) return CRYPT_FAIL_TESTVECTOR;
return CRYPT_OK;
#endif
};
}
#endif