diff options
author | Ivan Tcholakov <ivantcholakov@gmail.com> | 2015-03-16 23:03:17 +0200 |
---|---|---|
committer | Ivan Tcholakov <ivantcholakov@gmail.com> | 2015-03-16 23:03:17 +0200 |
commit | 2580a669adec838569588379f2b9aea6d268972b (patch) | |
tree | 476d95cf9dadb1683cda693341f1664fbb83b515 | |
parent | caa42b6cb1daaa594812a47aaa12942d078700b8 (diff) | |
download | gibberish-aes-php-2580a669adec838569588379f2b9aea6d268972b.zip gibberish-aes-php-2580a669adec838569588379f2b9aea6d268972b.tar.gz gibberish-aes-php-2580a669adec838569588379f2b9aea6d268972b.tar.bz2 |
Removing an obsolete note.
-rw-r--r-- | GibberishAES.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/GibberishAES.php b/GibberishAES.php index 62690db..6714e5b 100644 --- a/GibberishAES.php +++ b/GibberishAES.php @@ -14,9 +14,6 @@ * or * Mcrypt functions installed. * - * If none of these functions exist, the class will try to use openssl - * from the command line (avoid this case). - * * Usage: * * // This is a secret pass-phrase, keep it in a safe place and don't loose it. |