Просмотр исходного кода

[crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 8 лет назад
Родитель
Сommit
5846ce2e9e
1 измененных файлов: 0 добавлений и 1 удалений
  1. 0
    1
      src/include/ipxe/asn1.h

+ 0
- 1
src/include/ipxe/asn1.h Просмотреть файл

@@ -337,7 +337,6 @@ asn1_type ( const struct asn1_cursor *cursor ) {
337 337
 	return ( ( cursor->len >= sizeof ( *type ) ) ? *type : ASN1_END );
338 338
 }
339 339
 
340
-extern void asn1_invalidate_cursor ( struct asn1_cursor *cursor );
341 340
 extern int asn1_enter ( struct asn1_cursor *cursor, unsigned int type );
342 341
 extern int asn1_skip_if_exists ( struct asn1_cursor *cursor,
343 342
 				 unsigned int type );

Загрузка…
Отмена
Сохранить