X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=crypt.c;h=9790c8ce0d27932ece97df2929889668439682fd;hb=418050d3422358c01ea4a87a3a58d6e53fb69436;hp=b8577dfc5ab164a5f0b382273aab1c8083a05ef1;hpb=5cb5db1fbf8f9b96c3b5a1e0cc7de9e710757540;p=paraslash.git diff --git a/crypt.c b/crypt.c index b8577dfc..9790c8ce 100644 --- a/crypt.c +++ b/crypt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -147,8 +147,7 @@ static int read_rsa_bignums(const unsigned char *blob, int blen, RSA **result) *result = rsa; return 1; fail: - if (rsa) - RSA_free(rsa); + RSA_free(rsa); return ret; }