diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-12-11 02:16:52 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-12-11 02:16:52 +0000 |
commit | cfd74042b68880653d0f7ed8ea053c8f412e2ff4 (patch) | |
tree | 49dcb1629d5f32511b84dc43c89bb0076b875417 /sbin/photurisd/secrets.h | |
parent | 31961be8cac921b7a23b2fc5d29708250a64e62d (diff) |
make it use bignum.
Diffstat (limited to 'sbin/photurisd/secrets.h')
-rw-r--r-- | sbin/photurisd/secrets.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/photurisd/secrets.h b/sbin/photurisd/secrets.h index 247bf48d52b..264bc2346d6 100644 --- a/sbin/photurisd/secrets.h +++ b/sbin/photurisd/secrets.h @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: secrets.h,v 1.1 1998/11/14 23:37:28 deraadt Exp $ */ +/* $Id: secrets.h,v 1.2 2000/12/11 02:16:50 provos Exp $ */ /* * secrets.h: * prototypes for compute_secrets.c @@ -48,7 +48,7 @@ #define EXTERN extern #endif -EXTERN int compute_shared_secret(struct stateob *, u_int8_t **, u_int16_t *); +EXTERN int compute_shared_secret(struct stateob *, u_int8_t **, size_t *); EXTERN int compute_session_key(struct stateob *st, u_int8_t *key, u_int8_t *attribute, int owner, u_int16_t *order); |