]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected typo
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 5 Feb 2013 18:07:41 +0000 (19:07 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 5 Feb 2013 18:07:41 +0000 (19:07 +0100)
lib/nettle/pk.c

index 332c7992a526e94959bee259666ef6b897740770..bc83c1dd6fb402b3bd75ff724d50ebfb4ca54a4f 100644 (file)
@@ -1042,8 +1042,8 @@ extract_digest_info(const struct rsa_public_key *key,
 
   i++;
   
-  di.data = em;
-  di.size = key->size - i;
+  di->data = em;
+  di->size = key->size - i;
   
   return 1;