Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
yids
avr-pager
Commits
d7500ff4
Commit
d7500ff4
authored
Nov 18, 2016
by
yids
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testtesttest
parent
29486290
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
base-tx/rx-test.c
base-tx/rx-test.c
+1
-1
base-tx/tx-test.c
base-tx/tx-test.c
+1
-1
No files found.
base-tx/rx-test.c
View file @
d7500ff4
...
...
@@ -16,7 +16,7 @@ int main ()
rx_ctx
=
pl_init
();
/*load keypair */
pl_load_key
(
rx_ctx
,
"
rx
"
);
pl_load_key
pair
(
rx_ctx
,
"
disa
"
);
pl_load_key_in_list
(
rx_ctx
,
rx_ctx
->
kp
);
pl_print_keylist
(
rx_ctx
);
...
...
base-tx/tx-test.c
View file @
d7500ff4
...
...
@@ -28,7 +28,7 @@ int main()
tx_ctx
=
pl_init
();
/* load keypair */
pl_load_key
(
tx_ctx
,
"tx"
);
pl_load_key
pair
(
tx_ctx
,
"tx"
);
/*load public key of receiver*/
char
*
pubkey
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment