From 7097d3b058faceabcfd33c7a024b779169d2a307 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 15 Jan 2015 06:51:45 +0100 Subject: replace PrivateKey with crypto.Signer --- sign_request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sign_request.go') diff --git a/sign_request.go b/sign_request.go index 7c6381a..cc312ce 100644 --- a/sign_request.go +++ b/sign_request.go @@ -21,7 +21,7 @@ type ( DNSNames []string // alternative names to the BaseAttributes.CommonName IPAddresses []net.IP // alternative IP addresses - private_key PrivateKey + private_key crypto.Signer output_stream io.Writer // the output stream for the CSR } ) -- cgit v1.2.3-70-g09d2