]> git.sur5r.net Git - openldap/blobdiff - libraries/liblber/decode.c
Use getpassphrase() instead of getpass() if available.
[openldap] / libraries / liblber / decode.c
index e6f5387261853860a316ab289bb5bc0ef967ccf7..ca24e89c3887ce58416fd44c5863d51a674ecd55 100644 (file)
@@ -228,6 +228,14 @@ ber_get_int(
                return( tag );
 }
 
+ber_tag_t
+ber_get_enum(
+       BerElement *ber,
+       ber_int_t *num )
+{
+       return ber_get_int( ber, num );
+}
+
 ber_tag_t
 ber_get_stringb(
        BerElement *ber,