mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 16:15:42 +02:00
Add explanatory comment
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user