no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / security / manager / ssl / rsclientcerts / src / lib.rs
blob01fa31e204d75344da335a29a396130ccca490d2
1 /* -*- Mode: rust; rust-indent-offset: 4 -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3  * License, v. 2.0. If a copy of the MPL was not distributed with this
4  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 extern crate byteorder;
7 extern crate pkcs11_bindings;
9 pub mod error;
10 pub mod manager;
11 pub mod util;