diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-26 00:36:57 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-26 00:36:57 +0200 |
commit | acb3fca6727fe2eb346cac0f48906901c17a89c9 (patch) | |
tree | a8856f3744d7ccbc4e4211746e96f619bb29078a /src/catlfish.hrl | |
parent | 602d063427b5d808478ad558f99e5efe28a2cc6e (diff) |
Rewrite root certificate cache handling
Diffstat (limited to 'src/catlfish.hrl')
-rw-r--r-- | src/catlfish.hrl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/catlfish.hrl b/src/catlfish.hrl new file mode 100644 index 0000000..46e882b --- /dev/null +++ b/src/catlfish.hrl @@ -0,0 +1,4 @@ +%%% Copyright (c) 2014, NORDUnet A/S. +%%% See LICENSE for licensing information. + +-define(CACHE_TABLE, catlfish_cache). |