Package: python-axolotl-curve25519 / 0.1-3

Metadata

Package Version Patches format
python-axolotl-curve25519 0.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix unsigned char warnings.patch | (download)

curve25519module.c | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

 fixed  pointer targets in initialization differ in signedness warning.
removes unused variables.patch | (download)

curve/ed25519/additions/curve_sigs.c | 2 1 + 1 - 0 !
curve/ed25519/additions/zeroize.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fixed unused variable warning.
add prototype.patch | (download)

curve/ed25519/additions/zeroize.c | 2 1 + 1 - 0 !
curve/ed25519/additions/zeroize.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 : redefined function definition in order to avoid function declaration
 isn't a prototype warning [-Wstrict-prototypes].
reproducible build.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 sort list of source files for deterministic linking order