X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fdh%2Fdh_locl.h;h=6186901ee7824cc154d8af3e561e322ea45f43f9;hb=e38873f5ce93b41929d8128a533cca7d9e3f0f5a;hp=6867555c4a4a5b626286554384cd46b92ff19ad0;hpb=2f545ae45d4b93649e40ff7f93e2c3e6ce3154ae;p=openssl.git diff --git a/crypto/dh/dh_locl.h b/crypto/dh/dh_locl.h index 6867555c4a..6186901ee7 100644 --- a/crypto/dh/dh_locl.h +++ b/crypto/dh/dh_locl.h @@ -1,7 +1,7 @@ /* * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html @@ -19,7 +19,7 @@ struct dh_st { int version; BIGNUM *p; BIGNUM *g; - long length; /* optional */ + int32_t length; /* optional */ BIGNUM *pub_key; /* g^x % p */ BIGNUM *priv_key; /* x */ int flags;