Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Rename Internal.DH to OpenSSL.DH.Internal
Browse files Browse the repository at this point in the history
Ignore-this: 57dcfc7415eb45b09df3e8eb45d9d7bd

darcs-hash:20110818092149-62b54-f66a492572dd5d8d5e0350946e52947df5a5afeb.gz
  • Loading branch information
depressed-pho committed Aug 18, 2011
1 parent 704ba33 commit 38ad559
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HsOpenSSL.cabal
Expand Up @@ -85,7 +85,7 @@ Library
OpenSSL.Stack
OpenSSL.Utils
OpenSSL.X509.Name
Internal.DH
OpenSSL.DH.Internal
Extensions:
ForeignFunctionInterface, EmptyDataDecls, MagicHash,
UnboxedTuples, UnliftedFFITypes, DeriveDataTypeable,
Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/DH.hsc
Expand Up @@ -20,8 +20,8 @@ import Foreign.Ptr (Ptr, nullPtr)
import Foreign.C.Types (CInt)
import Foreign.Marshal.Alloc (alloca)
import OpenSSL.BN
import OpenSSL.DH.Internal
import OpenSSL.Utils
import Internal.DH

data DHGen = DHGen2
| DHGen5
Expand Down
2 changes: 1 addition & 1 deletion Internal/DH.hsc → OpenSSL/DH/Internal.hsc
@@ -1,4 +1,4 @@
module Internal.DH (
module OpenSSL.DH.Internal (
DH_,
DHP,
withDHPPtr,
Expand Down
2 changes: 1 addition & 1 deletion OpenSSL/PEM.hsc
Expand Up @@ -48,12 +48,12 @@ import Foreign.C
import OpenSSL.BIO
import OpenSSL.EVP.Cipher hiding (cipher)
import OpenSSL.EVP.PKey
import OpenSSL.DH.Internal
import OpenSSL.PKCS7
import OpenSSL.Utils
import OpenSSL.X509
import OpenSSL.X509.Request
import OpenSSL.X509.Revocation
import Internal.DH
import Prelude hiding (catch)
import System.IO

Expand Down

0 comments on commit 38ad559

Please sign in to comment.