Your message dated Sat, 16 Mar 2024 16:06:57 +0000
with message-id <e1rlwyj-005zsa...@fasolo.debian.org>
and subject line Bug#1066210: fixed in libfreefare 0.4.0-2.3
has caused the Debian Bug report #1066210,
regarding libfreefare: FTBFS: mifare_desfire_crypto.c:139:23: error: implicit 
declaration of function ‘malloc’ [-Werror=implicit-function-declaration]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1066210: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066210
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libfreefare
Version: 0.4.0-2.2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
>  -Wdate-time -D_FORTIFY_SOURCE=2   -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -fcf-protection -std=c99 -c -o 
> mifare_desfire_crypto.lo mifare_desfire_crypto.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
> -std=c99 -c mifare_desfire_crypto.c  -fPIC -DPIC -o 
> .libs/mifare_desfire_crypto.o
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
>                  from mifare_desfire_crypto.c:32:
> /usr/include/features.h:195:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   195 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>       |   ^~~~~~~
> mifare_desfire_crypto.c: In function ‘cmac’:
> mifare_desfire_crypto.c:139:23: error: implicit declaration of function 
> ‘malloc’ [-Werror=implicit-function-declaration]
>   139 |     uint8_t *buffer = malloc (padded_data_length (len, kbs));
>       |                       ^~~~~~
> mifare_desfire_crypto.c:69:1: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘malloc’
>    68 | #include "freefare_internal.h"
>   +++ |+#include <stdlib.h>
>    69 | 
> mifare_desfire_crypto.c:139:23: warning: incompatible implicit declaration of 
> built-in function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>   139 |     uint8_t *buffer = malloc (padded_data_length (len, kbs));
>       |                       ^~~~~~
> mifare_desfire_crypto.c:139:23: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘malloc’
> mifare_desfire_crypto.c:142:9: error: implicit declaration of function 
> ‘abort’ [-Werror=implicit-function-declaration]
>   142 |         abort();
>       |         ^~~~~
> mifare_desfire_crypto.c:142:9: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘abort’
> mifare_desfire_crypto.c:142:9: warning: incompatible implicit declaration of 
> built-in function ‘abort’ [-Wbuiltin-declaration-mismatch]
> mifare_desfire_crypto.c:142:9: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘abort’
> mifare_desfire_crypto.c:160:5: error: implicit declaration of function ‘free’ 
> [-Werror=implicit-function-declaration]
>   160 |     free (buffer);
>       |     ^~~~
> mifare_desfire_crypto.c:160:5: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘free’
> mifare_desfire_crypto.c:160:5: warning: incompatible implicit declaration of 
> built-in function ‘free’ [-Wbuiltin-declaration-mismatch]
> mifare_desfire_crypto.c:160:5: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘free’
> mifare_desfire_crypto.c: In function ‘assert_crypto_buffer_size’:
> mifare_desfire_crypto.c:290:20: error: implicit declaration of function 
> ‘realloc’ [-Werror=implicit-function-declaration]
>   290 |         if ((res = realloc (MIFARE_DESFIRE (tag)->crypto_buffer, 
> nbytes))) {
>       |                    ^~~~~~~
> mifare_desfire_crypto.c:290:20: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘realloc’
> mifare_desfire_crypto.c:290:20: warning: incompatible implicit declaration of 
> built-in function ‘realloc’ [-Wbuiltin-declaration-mismatch]
> mifare_desfire_crypto.c:290:20: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘realloc’
> mifare_desfire_crypto.c: In function ‘mifare_cryto_preprocess_data’:
> mifare_desfire_crypto.c:337:17: warning: incompatible implicit declaration of 
> built-in function ‘abort’ [-Wbuiltin-declaration-mismatch]
>   337 |                 abort();
>       |                 ^~~~~
> mifare_desfire_crypto.c:337:17: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘abort’
> mifare_desfire_crypto.c:356:17: warning: incompatible implicit declaration of 
> built-in function ‘abort’ [-Wbuiltin-declaration-mismatch]
>   356 |                 abort();
>       |                 ^~~~~
> mifare_desfire_crypto.c:356:17: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘abort’
> mifare_desfire_crypto.c:370:21: warning: incompatible implicit declaration of 
> built-in function ‘abort’ [-Wbuiltin-declaration-mismatch]
>   370 |                     abort();
>       |                     ^~~~~
> mifare_desfire_crypto.c:370:21: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘abort’
> mifare_desfire_crypto.c:400:17: warning: incompatible implicit declaration of 
> built-in function ‘abort’ [-Wbuiltin-declaration-mismatch]
>   400 |                 abort();
>       |                 ^~~~~
> mifare_desfire_crypto.c:400:17: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘abort’
> mifare_desfire_crypto.c: In function ‘mifare_cryto_postprocess_data’:
> mifare_desfire_crypto.c:468:25: warning: incompatible implicit declaration of 
> built-in function ‘malloc’ [-Wbuiltin-declaration-mismatch]
>   468 |                 edata = malloc (edl);
>       |                         ^~~~~~
> mifare_desfire_crypto.c:468:25: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘malloc’
> mifare_desfire_crypto.c:494:21: warning: incompatible implicit declaration of 
> built-in function ‘abort’ [-Wbuiltin-declaration-mismatch]
>   494 |                     abort ();
>       |                     ^~~~~
> mifare_desfire_crypto.c:494:21: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘abort’
> mifare_desfire_crypto.c:521:9: warning: incompatible implicit declaration of 
> built-in function ‘free’ [-Wbuiltin-declaration-mismatch]
>   521 |         free (edata);
>       |         ^~~~
> mifare_desfire_crypto.c:521:9: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘free’
> mifare_desfire_crypto.c: In function ‘mifare_cypher_single_block’:
> mifare_desfire_crypto.c:669:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   669 |             DES_ecb_encrypt ((DES_cblock *) data, (DES_cblock *) 
> edata, &(key->ks1), DES_ENCRYPT);
>       |             ^~~~~~~~~~~~~~~
> In file included from mifare_desfire_crypto.c:57:
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:672:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   672 |             DES_ecb_encrypt ((DES_cblock *) data, (DES_cblock *) 
> edata, &(key->ks1), DES_DECRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:679:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   679 |             DES_ecb_encrypt ((DES_cblock *) data,  (DES_cblock *) 
> edata, &(key->ks1), DES_ENCRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:680:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   680 |             DES_ecb_encrypt ((DES_cblock *) edata, (DES_cblock *) 
> data,  &(key->ks2), DES_DECRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:681:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   681 |             DES_ecb_encrypt ((DES_cblock *) data,  (DES_cblock *) 
> edata, &(key->ks1), DES_ENCRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:684:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   684 |             DES_ecb_encrypt ((DES_cblock *) data,  (DES_cblock *) 
> edata, &(key->ks1), DES_DECRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:685:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   685 |             DES_ecb_encrypt ((DES_cblock *) edata, (DES_cblock *) 
> data,  &(key->ks2), DES_ENCRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:686:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   686 |             DES_ecb_encrypt ((DES_cblock *) data,  (DES_cblock *) 
> edata, &(key->ks1), DES_DECRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:693:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   693 |             DES_ecb_encrypt ((DES_cblock *) data,  (DES_cblock *) 
> edata, &(key->ks1), DES_ENCRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:694:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   694 |             DES_ecb_encrypt ((DES_cblock *) edata, (DES_cblock *) 
> data,  &(key->ks2), DES_DECRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:695:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   695 |             DES_ecb_encrypt ((DES_cblock *) data,  (DES_cblock *) 
> edata, &(key->ks3), DES_ENCRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:698:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   698 |             DES_ecb_encrypt ((DES_cblock *) data,  (DES_cblock *) 
> edata, &(key->ks3), DES_DECRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:699:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   699 |             DES_ecb_encrypt ((DES_cblock *) edata, (DES_cblock *) 
> data,  &(key->ks2), DES_ENCRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:700:13: warning: ‘DES_ecb_encrypt’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   700 |             DES_ecb_encrypt ((DES_cblock *) data,  (DES_cblock *) 
> edata, &(key->ks1), DES_DECRYPT);
>       |             ^~~~~~~~~~~~~~~
> /usr/include/openssl/des.h:105:6: note: declared here
>   105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
>       |      ^~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:707:13: warning: ‘AES_set_encrypt_key’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   707 |             AES_set_encrypt_key (key->data, 8*16, &k);
>       |             ^~~~~~~~~~~~~~~~~~~
> In file included from mifare_desfire_crypto.c:56:
> /usr/include/openssl/aes.h:51:5: note: declared here
>    51 | int AES_set_encrypt_key(const unsigned char *userKey, const int bits,
>       |     ^~~~~~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:708:13: warning: ‘AES_encrypt’ is deprecated: Since 
> OpenSSL 3.0 [-Wdeprecated-declarations]
>   708 |             AES_encrypt (data, edata, &k);
>       |             ^~~~~~~~~~~
> /usr/include/openssl/aes.h:57:6: note: declared here
>    57 | void AES_encrypt(const unsigned char *in, unsigned char *out,
>       |      ^~~~~~~~~~~
> mifare_desfire_crypto.c:711:13: warning: ‘AES_set_decrypt_key’ is deprecated: 
> Since OpenSSL 3.0 [-Wdeprecated-declarations]
>   711 |             AES_set_decrypt_key (key->data, 8*16, &k);
>       |             ^~~~~~~~~~~~~~~~~~~
> /usr/include/openssl/aes.h:54:5: note: declared here
>    54 | int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
>       |     ^~~~~~~~~~~~~~~~~~~
> mifare_desfire_crypto.c:712:13: warning: ‘AES_decrypt’ is deprecated: Since 
> OpenSSL 3.0 [-Wdeprecated-declarations]
>   712 |             AES_decrypt (data, edata, &k);
>       |             ^~~~~~~~~~~
> /usr/include/openssl/aes.h:60:6: note: declared here
>    60 | void AES_decrypt(const unsigned char *in, unsigned char *out,
>       |      ^~~~~~~~~~~
> mifare_desfire_crypto.c: In function ‘mifare_cypher_blocks_chained’:
> mifare_desfire_crypto.c:759:9: warning: incompatible implicit declaration of 
> built-in function ‘abort’ [-Wbuiltin-declaration-mismatch]
>   759 |         abort();
>       |         ^~~~~
> mifare_desfire_crypto.c:759:9: note: include ‘<stdlib.h>’ or provide a 
> declaration of ‘abort’
> cc1: some warnings being treated as errors
> make[3]: *** [Makefile:615: mifare_desfire_crypto.lo] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/libfreefare_0.4.0-2.2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: libfreefare
Source-Version: 0.4.0-2.3
Done: Andrey Rakhmatullin <w...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libfreefare, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1066...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrey Rakhmatullin <w...@debian.org> (supplier of updated libfreefare package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 16 Mar 2024 20:28:25 +0500
Source: libfreefare
Architecture: source
Version: 0.4.0-2.3
Distribution: unstable
Urgency: medium
Maintainer: Nobuhiro Iwamatsu <iwama...@debian.org>
Changed-By: Andrey Rakhmatullin <w...@debian.org>
Closes: 1066210
Changes:
 libfreefare (0.4.0-2.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with -Werror=implicit-function-declaration (Closes: #1066210).
Checksums-Sha1:
 23a4879df55109c61b58d67d09b7d15d006c87f9 2172 libfreefare_0.4.0-2.3.dsc
 93dfa1fbea5092d102d5e62fe61f2164cc36b350 4236 
libfreefare_0.4.0-2.3.debian.tar.xz
 3f014a77d79a2700ca091c65e52cbca735ec798d 7814 
libfreefare_0.4.0-2.3_amd64.buildinfo
Checksums-Sha256:
 9ea951524ce95ae456548c9da70bfd90e7064f4f04b8933516fcc12c0dc0da27 2172 
libfreefare_0.4.0-2.3.dsc
 a6dacd1057ea59b4b35b6ae3e411cad71b7e42aa9f7435d8149dadec44463bf6 4236 
libfreefare_0.4.0-2.3.debian.tar.xz
 0b311ae895aeffe6c0f5d3e841bf1df1faec6567c846d448ecab36831ddabed2 7814 
libfreefare_0.4.0-2.3_amd64.buildinfo
Files:
 af06c83d844f974f455726273669201d 2172 libs extra libfreefare_0.4.0-2.3.dsc
 aa2a94b469a4310084b8e95f85c3b74a 4236 libs extra 
libfreefare_0.4.0-2.3.debian.tar.xz
 91b6551eac6e2b0a06ddca3176163a5c 7814 libs extra 
libfreefare_0.4.0-2.3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmX1uyMACgkQM2L3AxpJ
kuEM/xAAjxNY2mttSiSA0tg86tsxgl3xe7og9yrucPOnZJ1GS+/ZBTOoThnhRWYA
+CRcmw4yuU3kgneJmEZJQcO4EpuNnv/11TuO0iSVIMwyqOGxAPQih4f84S8uv3uL
YYyXhNeQAL67ygUuTGYv5+ifT6hc9be08Q36vRnS0GgcLEd+JWVvSOeaOWwXqGET
bcxJsj67ZPs4wZmuu70ya4BRG2O6TzTdgO1RIhPcre9f3E4aaan7GHl4AMKfLFET
lHDy3kXr6BIHsuNquFRj8Ua1LMAiuM2dEz7V7/yJkIIB7jmiMg2lhZWF1Kkx3M8y
Tv159qV5dEYoAJiB6Vuooke6eQSgrp+b/8Ib/RBEodeHjAjODEZLs6JFGZaVXgmL
RASOeKZ2pOPHRgTTv9LvP6rV1YG6sJK182akQl1NXM7z/HbAPj4NWo2ztCBjDswv
MyataBCUDUN9BFi3gw+/4UdeKK/mLAAEAmza7eC21mNYi+gI7cHWn0li5nIryEp1
oZi82dzyuqmMFQptL119FFzO7sbzpCL7C45GUkTKmWMCXqhsLxH0zWKBZE7L3S5c
ETRD37N7IHk45W+g/8RaqDkmj6rjtKAHix4XU8ZjZirHG1mUs7DjBlqQNvx7ajJg
Pmqdbs9i4Hevn7E6MwB48vayoy1MokCaonFHpBxgMUTeOtRUZwk=
=RfoO
-----END PGP SIGNATURE-----

Attachment: pgplVurhEmcbu.pgp
Description: PGP signature


--- End Message ---

Reply via email to