diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-05-23 14:51:28 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-05-23 14:52:06 +0200 |
| commit | 681f1e43afe9fdbc5c253ff603bcd9af447e7eb9 (patch) | |
| tree | 13c9c436a4d9ba4276fef6db8f5a4134109e8d8e /src/cerberus.h | |
| parent | change inclusion guard pattern (diff) | |
| download | cerberus-681f1e43afe9fdbc5c253ff603bcd9af447e7eb9.tar.gz cerberus-681f1e43afe9fdbc5c253ff603bcd9af447e7eb9.tar.bz2 cerberus-681f1e43afe9fdbc5c253ff603bcd9af447e7eb9.tar.xz | |
forcable wipe the passphrase
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/cerberus.h')
| -rw-r--r-- | src/cerberus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cerberus.h b/src/cerberus.h index cabc0e9..4737a97 100644 --- a/src/cerberus.h +++ b/src/cerberus.h @@ -59,6 +59,8 @@ char* read_passphrase(void); #define read_passphrase NULL #endif +void destroy_passphrase(void) __attribute__((optimize("-O0"))); + #endif |
