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 / Register
Toggle navigation
Open sidebar
LSH
lsh
Commits
f5e51c60
Commit
f5e51c60
authored
Oct 11, 2009
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(rsa_keypair_to_sexp): Changed default algorithm name
to "rsa-pkcs1". Rev: nettle/rsa2sexp.c:1.3
parent
364ae8e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nettle/rsa2sexp.c
nettle/rsa2sexp.c
+1
-1
No files found.
nettle/rsa2sexp.c
View file @
f5e51c60
...
...
@@ -37,7 +37,7 @@ rsa_keypair_to_sexp(struct nettle_buffer *buffer,
const
struct
rsa_private_key
*
priv
)
{
if
(
!
algorithm_name
)
algorithm_name
=
"rsa"
;
algorithm_name
=
"rsa
-pkcs1
"
;
if
(
priv
)
return
sexp_format
(
buffer
,
...
...
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