Skip to content
Snippets Groups Projects
Commit 7d434e71 authored by Niels Möller's avatar Niels Möller
Browse files

* examples/rsa-decrypt.c: Don't include "getopt.h", since it's not used.

* examples/nettle-benchmark.c: Include "getopt.h".

Rev: src/nettle/examples/rsa-decrypt.c:1.6
parent 3fb4e30f
No related branches found
No related tags found
No related merge requests found
......@@ -45,8 +45,6 @@
#include "io.h"
#include "rsa-session.h"
#include "getopt.h"
void
rsa_session_set_decrypt_key(struct rsa_session *ctx,
const struct rsa_session_info *key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment