Test the Mosh crypto layer
This commit is contained in:
committed by
Keith Winstein
parent
d1c4b0a5d7
commit
c354a69ee6
@@ -32,3 +32,7 @@ void hexdump( const void *buf, size_t len, const char *name ) {
|
||||
void hexdump( const Crypto::AlignedBuffer &buf, const char *name ) {
|
||||
hexdump( buf.data(), buf.len(), name );
|
||||
}
|
||||
|
||||
void hexdump( const std::string &buf, const char *name ) {
|
||||
hexdump( buf.data(), buf.size(), name );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user