summaryrefslogtreecommitdiff
path: root/cryptlib.h
diff options
context:
space:
mode:
authororangefour <thirdorange@gmx.com>2018-11-01 11:49:04 +0100
committerJeffrey Walton <noloader@gmail.com>2018-11-01 06:49:04 -0400
commit20f82c067e587a7cd74d0a4dbc9faa8ee1502aff (patch)
treef97696b6729fa334077f10cb465953c6384f0997 /cryptlib.h
parent7c5da3e1ca1235022f6b04e1f1a1609813827b88 (diff)
downloadcryptopp-git-20f82c067e587a7cd74d0a4dbc9faa8ee1502aff.tar.gz
Add VectorSource (GH #730)
Diffstat (limited to 'cryptlib.h')
-rw-r--r--cryptlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptlib.h b/cryptlib.h
index c90ffd2a..78bb6d68 100644
--- a/cryptlib.h
+++ b/cryptlib.h
@@ -48,7 +48,7 @@
<dt>Compression<dd>
Deflator, Inflator, Gzip, Gunzip, ZlibCompressor, ZlibDecompressor
<dt>Input Source Classes<dd>
- StringSource, ArraySource, FileSource, RandomNumberSource
+ StringSource, ArraySource, VectorSource, FileSource, RandomNumberSource
<dt>Output Sink Classes<dd>
StringSinkTemplate, StringSink, VectorSink, ArraySink, FileSink, RandomNumberSink
<dt>Filter Wrappers<dd>