aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-07-17 10:42:09 +0300
committerKonstantinos Kallas <konstantinos.kallas@hotmail.com>2017-07-17 10:42:09 +0300
commitfa3108e6e2e1480915182ac6efb61a677092ef2b (patch)
treeb9a97804ece4a61361d4c4cb74e4b8ce08b34f1b /include
parentChange the persistent data structure from a record to a proplist (diff)
Save acquired certificates in persistent storage
Diffstat (limited to 'include')
-rw-r--r--include/ejabberd_acme.hrl4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ejabberd_acme.hrl b/include/ejabberd_acme.hrl
index 0fea5bdf5..cb711b272 100644
--- a/include/ejabberd_acme.hrl
+++ b/include/ejabberd_acme.hrl
@@ -11,10 +11,6 @@
key :: jose_jwk:key()
}).
--record(data_cert, {
- domain :: list(),
- pem :: binary()
- }).