From c9342919aa060b91960ed2f89d5ca6af66a8a409 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 18 Mar 2014 21:56:58 +0100
Subject: [PATCH] Mark nettle_cipher_func/nettle_crypt_func done.

---
 misc/plan.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/misc/plan.html b/misc/plan.html
index 53131e3c..b453e237 100644
--- a/misc/plan.html
+++ b/misc/plan.html
@@ -69,10 +69,10 @@
   <p class='done'>
     Drop key size argument from <tt>nettle_set_key_func</tt>.
   </p>
-  <p class='should'>
+  <p class='done'>
     Use the nettle_cipher abstraction only for block ciphers (in
-    particular, exclude arcfour). Use a const for the ctx argument to
-    nettle_crypt_func.
+    particular, exclude arcfour). Introduce nettle_cipher_func, with
+    const for the ctx argument.
   </p>
   <p class='wish'>
     Consider making a public interface similar to nettle_aead? With
-- 
GitLab