mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Add explanatory comment
This commit is contained in:
parent
5666cf9e0e
commit
b8c2118434
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
|||
#include <openssl/rsa.h>
|
||||
#include <openssl/pem.h>
|
||||
|
||||
// This program can be used to perform RSA public key signatures given only
|
||||
// the hash of the file to be signed as input.
|
||||
|
||||
// Sign with SHA1
|
||||
#define HASH_SIZE 20
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue