Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl.old/dist/crypto/dh fix inline
details: https://anonhg.NetBSD.org/src/rev/1cc8b2827362
branches: trunk
changeset: 359250:1cc8b2827362
user: christos <christos%NetBSD.org@localhost>
date: Mon Feb 05 20:23:47 2018 +0000
description:
fix inline
diffstat:
crypto/external/bsd/openssl.old/dist/crypto/dh/dh.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r fd202e4f89ea -r 1cc8b2827362 crypto/external/bsd/openssl.old/dist/crypto/dh/dh.h
--- a/crypto/external/bsd/openssl.old/dist/crypto/dh/dh.h Mon Feb 05 16:12:52 2018 +0000
+++ b/crypto/external/bsd/openssl.old/dist/crypto/dh/dh.h Mon Feb 05 20:23:47 2018 +0000
@@ -427,7 +427,8 @@
dh->length = length;
}
-const char *DH_meth_get0_name(const DH_METHOD *meth)
+static inline const char *
+DH_meth_get0_name(const DH_METHOD *meth)
{
return meth->name;
}
Home |
Main Index |
Thread Index |
Old Index