From a71389a8208f57c000fb2c22e49bafecf1675d73 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 21 Nov 2019 00:48:48 +0000 Subject: [PATCH] Remove completed TODO --- src/internal.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/internal.rs b/src/internal.rs index 44fac1d..ea65c5b 100644 --- a/src/internal.rs +++ b/src/internal.rs @@ -1,9 +1,5 @@ //! Internal functions (mostly 3DES) -// TODO(tarcieri): replace OpenSSL extern "C" invocations with `des` crate -// - crate: https://crates.io/crates/des -// - docs: https://docs.rs/des/0 - // Adapted from yubico-piv-tool: // //