diff options
author | joe <joe@jerkface.net> | 2014-08-01 02:12:33 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-08-01 02:12:33 -0400 |
commit | 74aa6b1afadb82a47ea64aa2233cf4c622e6fa6d (patch) | |
tree | 91e05c5b9cc81673881726abe8e3491615bdd273 /PEM.hs | |
parent | 9185878112baa1a036e53e2828a3f28b2a96bd7d (diff) |
Fixed PEM public key output to match keys i see in /etc/ipsec.d/certs/*
Diffstat (limited to 'PEM.hs')
-rw-r--r-- | PEM.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ import ScanningParser | |||
12 | data PEMBlob = PEMBlob { pemType :: L.ByteString | 12 | data PEMBlob = PEMBlob { pemType :: L.ByteString |
13 | , pemBlob :: L.ByteString | 13 | , pemBlob :: L.ByteString |
14 | } | 14 | } |
15 | deriving (Eq,Show) | ||
15 | 16 | ||
16 | pemParser mtyp = ScanningParser (maybe fndany fndtyp mtyp) pbdy | 17 | pemParser mtyp = ScanningParser (maybe fndany fndtyp mtyp) pbdy |
17 | where | 18 | where |