diff options
Diffstat (limited to 'src/include/crypto/kmgr.h')
-rw-r--r-- | src/include/crypto/kmgr.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/include/crypto/kmgr.h b/src/include/crypto/kmgr.h deleted file mode 100644 index 386ac1cb4a8..00000000000 --- a/src/include/crypto/kmgr.h +++ /dev/null @@ -1,29 +0,0 @@ -/*------------------------------------------------------------------------- - * - * kmgr.h - * - * Portions Copyright (c) 2020, PostgreSQL Global Development Group - * - * src/include/crypto/kmgr.h - * - *------------------------------------------------------------------------- - */ -#ifndef KMGR_H -#define KMGR_H - -#include "common/cipher.h" -#include "common/kmgr_utils.h" -#include "storage/relfilenode.h" -#include "storage/bufpage.h" - -/* GUC parameters */ -extern int file_encryption_keylen; -extern char *cluster_key_command; - -extern Size KmgrShmemSize(void); -extern void KmgrShmemInit(void); -extern void BootStrapKmgr(void); -extern void InitializeKmgr(void); -extern const CryptoKey *KmgrGetKey(int id); - -#endif /* KMGR_H */ |