[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Network Security Manager merge time?
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: Network Security Manager merge time? |
Date: |
Thu, 20 Nov 2014 09:42:42 +0100 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.51 (gnu/linux) |
Eli Zaretskii <address@hidden> writes:
>> I can't see any such calls on the branch, but perhaps my grep-fu isn't
>> looking for the right thing. Which calls in particular?
[...]
> gnutls_x509_crt_get_issuer_unique_id
The call for that is, for instance:
err = fn_gnutls_x509_crt_get_issuer_unique_id (cert, NULL, &buf_size);
if (err == GNUTLS_E_SHORT_MEMORY_BUFFER) {
char *buf = malloc (buf_size);
err = fn_gnutls_x509_crt_get_issuer_unique_id (cert, buf, &buf_size);
(And the same with the other functions in the list.)
>> (And have you updated the branch? The cargo culting happened in a
>> commit earlier today.)
>
> I said "git diff ...origin/nsm", I hope that's the right command to
> see the diffs against the trunk.
Perhaps a "git pull" is missing?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Re: Network Security Manager merge time?, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Network Security Manager merge time?, Eli Zaretskii, 2014/11/19
- Re: Network Security Manager merge time?, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Network Security Manager merge time?, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Network Security Manager merge time?, Eli Zaretskii, 2014/11/19
- Re: Network Security Manager merge time?,
Lars Magne Ingebrigtsen <=
- Re: Network Security Manager merge time?, Eli Zaretskii, 2014/11/20
Re: Network Security Manager merge time?, Robert Pluim, 2014/11/19
- Re: Network Security Manager merge time?, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Network Security Manager merge time?, Robert Pluim, 2014/11/19
- Re: Network Security Manager merge time?, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Network Security Manager merge time?, Robert Pluim, 2014/11/19
- Re: Network Security Manager merge time?, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Network Security Manager merge time?, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Network Security Manager merge time?, Robert Pluim, 2014/11/19
- Re: Network Security Manager merge time?, Lars Magne Ingebrigtsen, 2014/11/19