cryptosense / pkcs11

OCaml bindings for the PKCS#11 cryptographic API
BSD 2-Clause "Simplified" License
22 stars 6 forks source link

Remove last P11 -> Pkcs11 dependencies #56

Closed emillon closed 7 years ago

emillon commented 7 years ago

Here is what this accomplishes:

% ack Pkcs11_ _build/**/p11*.depends              
_build/src/p11_driver.ml.depends
1:src/p11_driver.ml: Attribute Attribute_type Attribute_types Ctypes_helpers Data Flags Info List Map Mechanism Mechanism_info Mechanism_type Object_handle P11 Pkcs11 Pkcs11_slot_list Printexc Printf RV Result Session_handle Session_info Slot Slot_id Slot_info String Template Token_info Unsigned User_type

The only remaining dependency is in P11_driver which is expected.

There's not too much interesting stuff, mostly renaming and moving things around.

Thanks!