mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 17:36:21 +00:00
a tad more const-correctness
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -257,7 +257,7 @@ tlscerts_new(const char* const fingerprint, int version, const char* const seria
|
||||
}
|
||||
|
||||
void
|
||||
tlscerts_add(TLSCertificate* cert)
|
||||
tlscerts_add(const TLSCertificate* cert)
|
||||
{
|
||||
if (!cert) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user