mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
always use lowercase version of emailadresses.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <wctype.h>
|
||||
|
||||
#include "randomart.h"
|
||||
#include "mac.h"
|
||||
@@ -32,5 +33,6 @@ int pcp_importsecret (vault_t *vault, FILE *in);
|
||||
int pcp_sanitycheck_key(pcp_key_t *key);
|
||||
void pcpdelete_key(char *keyid);
|
||||
char *pcp_find_id_byrec(char *recipient);
|
||||
char *_lc(char *in);
|
||||
|
||||
#endif // _HAVE_KEYMGMT_H
|
||||
|
||||
Reference in New Issue
Block a user