X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=crypt.c;h=9790c8ce0d27932ece97df2929889668439682fd;hb=25775b492fc77e7ad4cb8cf27261e806f22756e6;hp=b8577dfc5ab164a5f0b382273aab1c8083a05ef1;hpb=282a5e463090205ef8a12f50a9ecf6498b860e88;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; }