On Sun, Mar 02, 2008 at 07:33:23PM +0100, Paolo Donadeo wrote:
> n my machine the following simple OCaml program compiles but
> raises the Cryptokit.Compression_not_supported exception, while the previous
> version of the package I used (1.3-7) was ok.

I see this error with ocaml 3.10.0 and libcryptokit-ocaml-dev 1.3-7:

$ ocaml -I +cryptokit unix.cma nums.cma cryptokit.cma
        Objective Caml version 3.10.0

# module Z = Cryptokit.Zlib;;
module Z :
  sig
    val compress : ?level:int -> unit -> Cryptokit.transform
    val uncompress : unit -> Cryptokit.transform
  end
# Z.compress ();;
Exception: Cryptokit.Error Cryptokit.Compression_not_supported.

-- 
Eric Cooper             e c c @ c m u . e d u



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to