ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
export.c File Reference

GPG public key export implementation. More...

Go to the source code of this file.

Macros

#define SAFE_POPEN   popen
 
#define SAFE_PCLOSE   pclose
 

Functions

int gpg_get_public_key (const char *key_id, uint8_t *public_key_out, char *keygrip_out)
 Get public key from GPG keyring by key ID.
 

Detailed Description

GPG public key export implementation.

Definition in file export.c.

Macro Definition Documentation

◆ SAFE_PCLOSE

#define SAFE_PCLOSE   pclose

Definition at line 28 of file export.c.

◆ SAFE_POPEN

#define SAFE_POPEN   popen

Definition at line 27 of file export.c.