From 3f8ecd933a610c6f3b5d02e184c7faf205ad95d3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 15 Jan 2017 14:16:51 +0100 Subject: tls: rearrange code, add/improve comments, fix whitespace, no real changes here Signed-off-by: Denys Vlasenko --- networking/tls_rsa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'networking/tls_rsa.h') diff --git a/networking/tls_rsa.h b/networking/tls_rsa.h index 3281087c7..93f469e83 100644 --- a/networking/tls_rsa.h +++ b/networking/tls_rsa.h @@ -2,6 +2,8 @@ * Copyright (C) 2017 Denys Vlasenko * * Licensed under GPLv2, see file LICENSE in this source tree. + * + * Selected few declarations for RSA. */ typedef struct { -- cgit v1.2.3