All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] key: export l_key_get_info
@ 2018-08-31  9:40 Martin =?unknown-8bit?q?Hundeb=C3=B8ll?=
  2018-08-31 15:05 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Martin =?unknown-8bit?q?Hundeb=C3=B8ll?= @ 2018-08-31  9:40 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

The function is listed in the header, so it should be exported from the
shared library too.
---
 ell/key.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ell/key.c b/ell/key.c
index 4093143..6b16e55 100644
--- a/ell/key.c
+++ b/ell/key.c
@@ -398,7 +398,7 @@ static const char *lookup_checksum(enum l_checksum_type checksum)
 	return ret;
 }
 
-bool l_key_get_info(struct l_key *key, enum l_key_cipher_type cipher,
+LIB_EXPORT bool l_key_get_info(struct l_key *key, enum l_key_cipher_type cipher,
 			enum l_checksum_type checksum, size_t *bits,
 			bool *public)
 {
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] key: export l_key_get_info
  2018-08-31  9:40 [PATCH] key: export l_key_get_info Martin =?unknown-8bit?q?Hundeb=C3=B8ll?=
@ 2018-08-31 15:05 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2018-08-31 15:05 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

Hi Martin,

On 08/31/2018 04:40 AM, Martin Hundebøll wrote:
> The function is listed in the header, so it should be exported from the
> shared library too.
> ---
>   ell/key.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Regards,
-Denis


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-08-31 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31  9:40 [PATCH] key: export l_key_get_info Martin =?unknown-8bit?q?Hundeb=C3=B8ll?=
2018-08-31 15:05 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.