diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-04 18:00:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-04 18:00:02 -0400 |
commit | f77547a335232d85af462764ce90531815b1fea3 (patch) | |
tree | ce63a0ee118d11920024477f5f0cfc5ffd4f0996 /Crypto.hs | |
parent | eab1790ea317508309794d640940dce03ffaf65d (diff) |
fix build (seems getGpgEncOpts got renamed to getGpgEncParams)
Diffstat (limited to 'Crypto.hs')
-rw-r--r-- | Crypto.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ readBytes a h = L.hGetContents h >>= a - public-key encryption is used) using the given gpg options, and then - read by the Reader action. Note: For public-key encryption, - recipients MUST be included in 'params' (for instance using - - 'getGpgEncOpts'). -} + - 'getGpgEncParams'). -} encrypt :: [CommandParam] -> Cipher -> Feeder -> Reader a -> IO a encrypt params cipher = Gpg.feedRead params' pass where |