Fix NSS format session output
authorMatt Caswell <matt@openssl.org>
Tue, 29 Dec 2015 00:17:10 +0000 (00:17 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 11 Jan 2016 10:03:27 +0000 (10:03 +0000)
commit1446f72ba3065813cfe008b8f7140551a437b1cf
tree8ff83e7438170d696e4dec98ebc087960b0a7167
parentec04e866343d40a1e3e8e5db79557e279a2dd0d8
Fix NSS format session output

Commit 189ae368d91 (RT ticket 3352) provided the capability to output
session key data in NSS format. The big apps cleanup broke that capability.
This commit restores it.

RT#4201

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
apps/sess_id.c