~ubuntu-branches/ubuntu/trusty/ocamlnet/trusty

« back to all changes in this revision

Viewing changes to src/equeue-ssl/ssl_exts.ml

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu
  • Date: 2011-09-02 14:12:33 UTC
  • mfrom: (18.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110902141233-zbj0ygxb92u6gy4z
Tags: 3.4-1
* New upstream release
  - add a new NetcgiRequire directive to ease dependency management
    (Closes: #637147)
  - remove patches that were applied upstream:
    + Added-missing-shebang-lines-in-example-shell-scripts
    + Try-also-ocamlc-for-POSIX-threads

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(* $Id: ssl_exts.ml 919 2006-06-15 12:32:17Z gerd $ *)
 
1
(* $Id: ssl_exts.ml 1170 2008-03-04 20:27:30Z gerd $ *)
2
2
 
3
3
exception Shutdown_error of Ssl.ssl_error
4
4
 
22
22
 
23
23
external set_mode : Ssl.socket -> ssl_mode -> unit = "ocaml_ssl_set_mode"
24
24
 
25
 
external single_read : Ssl.socket -> string -> int -> int -> int
26
 
  = "ocaml_ssl_read"
27
 
 
28
 
external single_write : Ssl.socket -> string -> int -> int -> int 
29
 
  = "ocaml_ssl_write"
30
 
 
 
25
let single_read = Ssl.read
 
26
let single_write = Ssl.write