Update comments (GH #1036)

This commit is contained in:
Jeffrey Walton 2021-04-30 09:19:59 -04:00
parent 0a1f580591
commit f12b4416a0
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -16,7 +16,7 @@
// expected to perform, like Common Subexpression Elimination to save
// on variables (among others). Note that the compiler may miss the
// optimization so the IACR paper is useful. However, the code is GPL3
// and toxic for some users of the library...
// and toxic for some users of the library, so it is not used here...
#include "pch.h"
#include "config.h"