Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/relic: add patch, fix missing new line #6609

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions pkg/relic/patches/0004-add-new-line-to-relic_cp_vbnn_ibs.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 770c04135121725fa401abf848a8e35f8887f1de Mon Sep 17 00:00:00 2001
From: smlng <s@mlng.net>
Date: Wed, 15 Feb 2017 13:22:23 +0100
Subject: [PATCH] relic: add new line to relic_cp_vbnn_ibs.c

---
src/cp/relic_cp_vbnn_ibs.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/cp/relic_cp_vbnn_ibs.c b/src/cp/relic_cp_vbnn_ibs.c
index c8607068d42a..f532b56de687 100644
--- a/src/cp/relic_cp_vbnn_ibs.c
+++ b/src/cp/relic_cp_vbnn_ibs.c
@@ -325,4 +325,5 @@ int cp_vbnn_ibs_user_verify(ec_t sig_R, bn_t sig_z, bn_t sig_h, uint8_t *identit
ec_free(tmp);
}
return result;
-}
\ No newline at end of file
+}
+
--
2.11.0