]> git.ipfire.org Git - thirdparty/openssl.git/commit
Rearrange rsaz
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Jun 2015 23:55:46 +0000 (01:55 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Jun 2015 00:59:47 +0000 (02:59 +0200)
commited45f3c24212f612a3d029760fa5fa7dc0907074
treefc19281918beef78ebbd929322b4a82524e4af9b
parentcc3f3fc2b1c94d65824ab8d69595b6d89b17cf8d
Rearrange rsaz

A small rearrangement so the inclusion of rsaz_exp.h would be
unconditional, but what that header defines becomes conditional.

This solves the weirdness where rsaz_exp.h gets in and out of the
dependency list for bn_exp.c, depending on the present architecture.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/bn/bn_exp.c
crypto/bn/rsaz_exp.c
crypto/bn/rsaz_exp.h