mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Added SELInux hacks and did some cleanups.
This commit is contained in:
parent
d44906ad4d
commit
151ca81f1a
22 changed files with 396 additions and 62 deletions
|
@ -72,6 +72,9 @@ char *make_radix64_string( const byte *data, size_t len );
|
|||
/*-- misc.c --*/
|
||||
void trap_unaligned(void);
|
||||
int disable_core_dumps(void);
|
||||
void register_secured_file (const char *fname);
|
||||
void unregister_secured_file (const char *fname);
|
||||
int is_secured_file (int fd);
|
||||
u16 checksum_u16( unsigned n );
|
||||
u16 checksum( byte *p, unsigned n );
|
||||
u16 checksum_mpi( MPI a );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue