mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Revert "Remove Diffie-Hellman examples"
This reverts commit bea98b4581.
Conflicts:
* programs/Makefile:
* APPS: the layout of the definition has changed. re-add dh_client
and dh_server appropriately.
Run scripts/generate_visualc_files.pl to account for the added programs.
This commit is contained in:
parent
1bc9c135b3
commit
f66346eaf8
9 changed files with 1074 additions and 1 deletions
2
programs/.gitignore
vendored
2
programs/.gitignore
vendored
|
|
@ -9,7 +9,9 @@ hash/hello
|
|||
hash/md5sum
|
||||
hash/sha1sum
|
||||
hash/sha2sum
|
||||
pkey/dh_client
|
||||
pkey/dh_genprime
|
||||
pkey/dh_server
|
||||
pkey/ecdsa
|
||||
pkey/ecdh_curve25519
|
||||
pkey/gen_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue