d8c459f ssh: fix number of output certificates

1 file Authored by pbrezina 7 years ago, Committed by jhrozek 7 years ago,
    ssh: fix number of output certificates
    
    SSH responder returned invalid number of certificates when
    original ad pubkey attribute was not empty. Since we always
    return all certificates to the client we should add number
    of results to the output not override it.
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>